Hi All,
I wanted to use HTTPS in my application to communicate to API. But I did not want to use third party frame work like ASIHTTPRequest. So wanted to use the sample provided in AdvanceULConnection (http://developer.apple.com/iphone/library/samplecode/AdvancedURLConnections/Introduction/Intro.html)[can check sample here, hope the URL does not change] to be used in my application. It supports various TLS server validation (HTTP based challenge handling). But it has a bit complicated, interdependent code. If any one has cracked using this sample in their application, can they put/point me to skeleton application using AdvanceURLConnections. Or can some one throw some light on how the entire mechanism should work, some document with respect to URLConnection (internal delegate) processing TSL challenges.
Thanking you in advance.