S
S
Saharman2018-05-28 21:59:48
HTTP headers
Saharman, 2018-05-28 21:59:48

How to find out all the data that can be passed in a GET request?

One site makes a GET request like /abc?dfg=x&hij=y&......(and so on) to get data. The request address does not list all the parameters that can be sent. How to find out all the parameters that can be passed through &?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Eremin, 2018-05-28
@Saharman

1. stupid enumeration of everything and everything
2. find the specification for the service api. If the api is for a wide range of users, there should be a page with a description

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question