ios - ASIHTTPRequest timeout with AnyConnect -


in app using asihttprequest information server. works fine long using company's wireless.

however, need connect outside of network, using cisco anyconnect. on pc, connection server via vpn works cannot reach server through app. timeout although have increased timeout interval 60 seconds (which much).

is there special need change in code when use anyconnect? right now, not automatically detect proxy, (null) proxyhost , 0 proxyport.

thank lot help, @markm. using ip solved problem. replaced http://<some-words>.local:<port>/<remaining-part-of-url> http://<ip>:<port>/<remaining-part-of-url> , works.


Comments