[android-developers] Re: HttpURLConnection headers

2009-10-06 Thread Kiran Mudiam
Hello Lucas, Have you been able to solve this problem. I have tried to use the apache httpclient classes to get my networking going and that does not seem to help either. I am interested in the x-up-subno header that ATT adds. I looked thro the source of the WebView, WebViewCore, BrowserFrame

[android-developers] Re: HttpURLConnection headers

2009-09-16 Thread Lucas
That is not an option. Because also i need some more headers that are not being added and that i can't add by hand. Indeed once of the headers i need is added by the operator APN, and for some reason when connecting by code it is not being added. Below there is more info about this: Here are

[android-developers] Re: HttpURLConnection headers

2009-09-15 Thread Mark Murphy
rollbak wrote: Does anyone know we i get different behaviors? Because WebKit does not use HttpURLConnection. How i can i connect in the same way the browser does? Set your own User-Agent header via methods on HttpURLConnection.