I've been using HTTP library and httpUtils. I've noticed that "http://www.amazon.co.uk" has started to return an error.
As an example if you replace "http://www.facebook.com" with "http://www.amazon.co.uk" in the example shown here you get an error "Service Temporarily Unavailable 503"
Any ideas why and if this can be resolved, it used to work so I guess Amazon have changed something?
I'm not sure that this is the issue though, I can use a browser to view amazon.co.uk fine on my phone (over mobile network) and emulator. Both phone and emulator stopped working at the same time and will no longer allow browsing to amazon.co.uk using my app.
Is it possible someone could test the code referenced above with the simple url change?
I've used FireBug add-on in my desktop to inspect the request headers. Then I added all the headers to the device code and it worked. Eventually I found out that only the Accept header is required.