Is there way to know what headers can be accepted by HTTP server?
Imagine that there is server required authentication for getting an access to some endpoint.
And developer added some logic to bypass the authentication: if server recieve HTTP header give_me_access=true, then server answers without requir… Continue reading Is there way to know what headers can be accepted by HTTP server?