I have been loading UIWebViews with a set of URL's for a long time while testing my app with no problem. Now I get 502 Bad Gateway
Error message when I load my UIWebView.
The URL's I use all came from the same source and all start with:
http://www.gijon.es/eventos/show/
Some URLs are for example:
http://www.gijon.es/eventos/show/21514-ciclo-ciencia-x-cine
http://www.gijon.es/eventos/show/20611-mercado-ecologico-y-artesano
- I have tested the URLs from my browser and they work Ok.
- I have tested doing a Log that this are actually the URLs just before creating the request.
- I have made a testApplication with just a UIWebView loading this URL's and it fails the she way my app does.
- Any other URL like
http://google.com
loads nicely.
How can I debug this problem? Should it be a problem with the remote server? Can it be a problem in my configuration?