I want to know if it is possible to tunnel web requests, and of course what to use/implement.
I have already written subclasses of NSInputStream and NSOutputStream to send & receive data via my custom proxy server, which is working wonderfully for socket connections.
I have tried to implement the delegates of UIWebView and NSURLRequest, but I was unable to capture all the HTTP requests made from the UIWebView.
Thank you in advance.