HTTP error

niqpw

Member
Licensed User
Longtime User
Hi

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?

Thanks
 

niqpw

Member
Licensed User
Longtime User
Thanks Erel

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?
 
Upvote 0

niqpw

Member
Licensed User
Longtime User
Ah, I wondered how you'd figured that out. Firebug looks useful, I've used IE and Chrome tools like this before, but this looks more powerful. Cheers
 
Upvote 0
Top