Hi,

I am trying to do same thing.
I set Browser proxy to localhost and 8080.
Written native application which listens to 8080 port continuously.
I am getting HTTP Request made my native browser. I am logging
requests and doing HTTP connection for same request from my
application.
Once I get response I am trying to write same on 8080 socket.
But native browser is not able to render it.
I dont know why. Any idea?

Regards,
Ganesh

On Jan 28, 10:46 pm, kypriakos <demet...@ece.neu.edu> wrote:
> Hi all,
>
> if I run a client (any kind of a client, let's say javascript) on the
> native
> browser which access a remote web server and retrieves a page
> I can theoritically intercept that request and have a local agent
> return to the browser (on the socket that it was writing to) a
> response
> using standard HTTP headers in test. Yes? I can easily do that
> with many browsers (Firefox, IE, Safari etc.). Does anyone know as
> to why I cannot do this in Android and its native browser? I have been
> trying to go over the com.android.browser and the commons HTTP
> libs from the source but are not too easy to follow. Any suggestions
> would be greatly appreciated.
>
> Thanks

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

Reply via email to