iOS communication with http proxy

2012-07-08 Thread Sasikumar JP
Hi, I have streaming radio application in AppStore. It works fine. Recently I got a problem reported by an user, application does not work,if the http proxy is configured. I am establishing the connection with streaming server directly from my application. I don't know how do the same with

Re: iOS communication with http proxy

2012-07-08 Thread Don Quixote de la Mancha
On Sun, Jul 8, 2012 at 6:18 PM, Sasikumar JP jps...@gmail.com wrote: I am establishing the connection with streaming server directly from my application. I don't know how do the same with proxy server is configured. Please some one show me the direction how to work with proxy to establish the

Re: iOS communication with http proxy

2012-07-08 Thread Jens Alfke
On Jul 8, 2012, at 6:18 PM, Sasikumar JP wrote: I am establishing the connection with streaming server directly from my application. I don't know how do the same with proxy server is configured. What API do you use to connect to the server? Have you tried typing proxy into the Xcode

Re: iOS communication with http proxy

2012-07-08 Thread Jens Alfke
On Jul 8, 2012, at 9:27 PM, Don Quixote de la Mancha wrote: The following search turned up some Internet Engineering Task Force Requests For Comments that, once you do know what the proxy host and port are, explain what the protocol is. It's really not necessary to drop down to reinventing