I want to send a CURL GET
request to retrieve information from a web server and trick the webserver to think that I am sending the request from:
- Android phone
- iPhone
- iPad
- Smart TV (optional)
- Desktop Windows
The webserver has rules set up and depending on the requesting device it should serve different information or return 404. I want to test if those rules are indeed set correctly. I think I can trick it by manipulating the request header, but not sure how to do it.