I'm tring to use the NSURL class's parameterString message to return the string from the following url:
http://www.host.com/Api/Service.svc/GetStuff?param=thisIsTheParamValue
I keep getting nil
for the parameterString. Does that url not conform to the standards that Apple uses?