문제

iPhone Simulator can not open (localhost) http://127.0.0.1:8000/foo/bar/enter image description here

What is the reason?

도움이 되었습니까?

해결책

The iOS Simulator uses the host machine network so you should be able to just use localhost or your machines IP address, whichever IP your web service is listening on.

So, try out this:

http://localhost:8000/your_path
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top