Skip to content

Missing Body Parameters #2

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}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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