I need to perform a get request and send headers along with it. What can I use to do this?
The main header I need to set is the browser one. Is there an easy way to
If you are requesting a page, use cURL.
In order to set the headers (in this case, the User-Agent header in the HTTP request, you would use this syntax:
User-Agent