27 lines
559 B
Plaintext
27 lines
559 B
Plaintext
================================
|
|
REPORT
|
|
================================
|
|
|
|
IP: 127.0.0.1
|
|
----------------
|
|
ACTION:
|
|
----------------
|
|
HTTP 1.1 POST /?response_format=json
|
|
~~~~~~~~~
|
|
[HEADERS]
|
|
~~~~~~~~~
|
|
host: localhost:8080
|
|
user-agent: python-requests/2.27.1
|
|
accept-encoding: gzip, deflate
|
|
accept: */*
|
|
connection: keep-alive
|
|
content-length: 8
|
|
content-type: application/x-www-form-urlencoded
|
|
~~~~~~~~~~~~~~
|
|
[REQUEST BODY]
|
|
~~~~~~~~~~~~~~
|
|
asdasd=1
|
|
----------------
|
|
Error raised:
|
|
----------------
|
|
{"error":"METHOD_MUST_BE_POST_JSON","details":{"request_method":"POST"}} |