I'm building an iOS app and I need to run an HTTP request and process the response body.
The problem is that my request-url is not giving the same response body when I test it out in Postman / Alamofire (swift) versus Browser / Postman-chrome-extenstion. I need to know why!?
This is the url:
When tested in browser it gives me a google-search-result with visually similar images.
When tested in POSTMAN or in my swift code it returns a default blank google screen.
Any help much appreciated!