Skip to content

Missing Body Parameters #2

@ibrasec

Description

@ibrasec

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions