initWithContentsOfURL seems to have issues with "long" URLs
- by samsam
Hi there
I'm facing a rather strange Issue when trying to load data from an XML-Webservice.
The webservice allows me to pass separated identifiers within the URL-Request.
It is therefore possible for the URL to become rather long (240 characters).
If I open said URL in firefox the response arrives as planned, if I execute the following code…