Hi, I am vary new to android application development. I have been
developing android application since past 6 months. In the
organization where i work, the intenrt connection is behind a proxy
that requires authentication. I can not open any website from the
emulator browser. I have tried the following settings on the emulator
to connect to internet :


1. i have given the proxy host and port inside the settings->wireless
& networks-> mobile networks -> access point names -> TelKila ->

Output --  I got the page of authentication failed from proxy server.


2. I gave the proxy host, port, username, pasword ( user name and
password is what I use to authenticate in the internet explorer of my
machine) at the same place ( settings->wireless & networks-> mobile
networks -> access point names -> TelKila -> ) .

Output --  I got the response as "web page not found" after a long
loading process.


3. I have given the proxy parameters while starting the emulator using
eclipse in the command line parameters in the format as : <username> :
<password> @ <proxy>:<port>

Output -- I got the response as "web page not found" after a long
loading process.


Please note that i am working behind a corporate proxy that wont allow
me to pass through without username and password authentication. The
authentication protocol is not also to revealed to others.


If anyone has the solution of this internet connectivity issue from
emulator,then please let me know about it.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to