HTTP - User-agent
Last updated
Was this helpful?
Last updated
Was this helpful?
Let's intercept the request using Burpsuite so that we can modify it.
We can now send the request to Repeater
.
The User-Agent request header is a characteristic string that lets servers and network peers identify the application, browser used to make the request.
We have to modify it to admin
.
Finally, we have to send the request to the server.