iOS Question iHTTP and HTTPS

mcGeorge

Member
Licensed User
Longtime User
Hi, I use iHTTP for a communication with a Server. This works great.
Now I will switch to HTTPS but this doesn't work with iHTTP.
Are there other ways to realize this?

Thanks for every tip.

George
 

tufanv

Expert
Licensed User
Longtime User
Change the hc.initialize in httputils2service module to hc.InitializeAcceptAll("hc") and it will work.
Hi, I use iHTTP for a communication with a Server. This works great.
Now I will switch to HTTPS but this doesn't work with iHTTP.
Are there other ways to realize this?

Thanks for every tip.

George
 
Upvote 0
Top