Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Web API / Web API
Search
Kenji Saito
PRO
June 07, 2026
Technology
5
0
Share
Web API / Web API
早稲田大学大学院経営管理研究科「サイバーセキュリティ」2026夏のオンデマンド教材 第11回で使用したスライドです。
Kenji Saito
PRO
June 07, 2026
More Decks by Kenji Saito
See All by Kenji Saito
ブロックチェーン / Blockchain
ks91
PRO
0
14
デジタルとコミュニケーション / Digital and Communication
ks91
PRO
0
7
インターネットの技術 (TCP/IP の鉄道モデル) / Internet Technology (The TCP/IP Railway Model)
ks91
PRO
0
9
インターネットの特徴 / Characteristics of the Internet
ks91
PRO
0
8
インターネットのガバナンス / Internet Governance
ks91
PRO
0
8
暗号学的ハッシュ関数 / Cryptographic Hash Function
ks91
PRO
0
8
デジタル署名 / Digital Signature
ks91
PRO
0
8
クライアント/サーバー / Client-Server Model
ks91
PRO
0
7
World Wide Web / World Wide Web
ks91
PRO
0
6
Other Decks in Technology
See All in Technology
探して_入れて_作って_使う_Agent_Skills___LT.pdf
peintangos
2
110
20260528_生成AIを専属DSに_Howの次にすべきことを考える
doradora09
PRO
0
270
「使われるデータ基盤」を目指してデータアナリストとワークショップをやった話
jackojacko_
2
940
電子辞書Brainをネットに繋げてみた(自力編)
raspython3
0
380
layerx-fde-practices
cipepser
6
2.9k
プラットフォームエンジニア ワークショップ/ platform-workshop
databricksjapan
0
140
Platform Engineering as a Product: Criteria for Improvement and Multi-Tenant Design
kumorn5s
0
420
脅威をエンジニアリングの糧にして:恐怖を乗り越えた先にあったもの / Turn threats into fuel for engineering: what lay beyond overcoming fear
nrslib
1
360
TypeScript Compiler APIとPHP-Parserを活用し、TypeScriptとPHPで型を共有する
shuta13
0
270
インフラが苦手でも大丈夫! 紙芝居 Kubernetes -WWGT 10周年編-
aoi1
1
310
美味しいスイスチーズを作ろう🧀🐭
taigamikami
1
190
Oracle AI Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
6
1.8k
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.5k
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.6k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
220
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
710
KATA
mclloyd
PRO
35
15k
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
65
55k
It's Worth the Effort
3n
188
29k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
550
Ruling the World: When Life Gets Gamed
codingconduct
0
240
How GitHub (no longer) Works
holman
316
150k
What's in a price? How to price your products and services
michaelherold
247
13k
Transcript
Generated by Stable Image Core 2026 11 Web API (WBS
: ) 11 Web API — 2026-06 – p.1/10
https://speakerdeck.com/ks91/collections/cyber-security-2026-summer 11 Web API — 2026-06 – p.2/10
( 20 ) 1 • 2 • 3 • 4
(TCP/IP ) • 5 • 6 • 7 • 8 • 9 • 10 World Wide Web • 11 Web API • 12 13 git GitHub 14 / / OK / 11 Web API — 2026-06 – p.3/10
API API Application Programming Interface Web API HTTP(S) / API
( ) 11 Web API — 2026-06 – p.4/10
REST (Representational State Transfer) ( ) POST, GET ( ),
PUT, DELETE vs. CRUD (Create/Read/Update/Delete) CRUD URI JSON (JavaScript Object Notation) 11 Web API — 2026-06 – p.5/10
— HTTPS Demo ( ) $ openssl s_client -connect www.waseda.jp:443
GET /top/ HTTP/1.1 Host: www.waseda.jp Q openssl www.google.com:443 GET /search?q=refrigerator 11 Web API — 2026-06 – p.6/10
REST – ( ) ( ) ( = ) Last
In, First Out POST POST POST GET PUT DELETE 11 Web API — 2026-06 – p.7/10
$ git clone https://github.com/ks91/sample-web-api.git API (Python3 Flask ) Web API
$ python stack.py README (5 − 2) × (3 + 4) 5 2 − 3 4 + × ( ) API 1∼10 11 Web API — 2026-06 – p.8/10
API API ( ) Bitcoin Ethereum Virtual Machine (EVM) 11
Web API — 2026-06 – p.9/10
11 Web API — 2026-06 – p.10/10