Answer the question
In order to leave comments, you need to log in
How to search in browser POST/GET requests?
Chrome has Developer Tools -> Nerwork.
Is there any way to search for such POST / GET browser requests?
I need to emulate a curl request, but I don't know where one of the values in the request comes from.
Maybe there is some way to save what the browser sees or some other way to make it easier to manually dig into them?
I'll be glad to advice ;)
Answer the question
In order to leave comments, you need to log in
It is inconvenient, illogical to search in a standard sniffer, it is not suitable for HTTP reverse engineering, Fiddler is better, I don’t even know if it has a built-in search, I just copy the contents of responses, requests to Notepad (in Raw mode this is done in one click) and looking there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question