سؤال

I am building a web service based on PHP language. Browser shows the exact data. But while i am trying get data from my iPhone app then shows the following error

  • kCFURLErrorBadURL = -1000

How to solve the problem from Server End (PHP) ?

هل كانت مفيدة؟

المحلول

The browser might bring correction for the URL while the connectivity classes either don't do them or do not the same corrections.

The URL must conform RFC 1738, check the URL you are using and make required corrections (preferably on the server side).

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top