01 · HTTP REQUEST / RESPONSE

HTTP 요청 한 건 읽기

GET 쿼리와 POST 본문 비교

요청 만들기

GET 쿼리

GET /web-security/api/http/products/42?lang=ko


POST 본문

POST /web-security/api/http/orders
item=notebook&quantity=1

응답 결과

GET 증거

URL
요청 전
Method
GET
Status
Content-Type
Body

POST 증거

URL
요청 전
Method
POST
Status
Location
Body
Burp SuiteProxy → Intercept → Open Browser → GET·POST 값 수정 → Forward