문제

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