Hi all
Does the iPhone librarby ASIHTTPRequest supports https protocol?
Thank you
Hi all
Does the iPhone librarby ASIHTTPRequest supports https protocol?
Thank you
According to the comments for initWithURL
:
// Should be an HTTP or HTTPS url, may include username and password if appropriate
So, yes, it should support HTTPS. Although I have not tried it.