-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Nice Tool...
while HTTP Method and URL Path are included, the Request Body parameters or the parameters appended to the URL is missing
ex:
GET https://example.com/urlpath?x=1&y=2
method: GET
path: urlpath
request_parameters: x=1&y=2
Or
GET https://example.com/path
x=1&y=2
or
GET https://example.com/path
{"x":1,"y":2}
Metadata
Metadata
Assignees
Labels
No labels