Hi all.

is it possible to create a mini HTTP server that acts as a proxy where i 
can recieve any requests from a webview and it will pass that request to my 
http proxy server running inside the app that can then view the raw 
contents of that request(http headers, bodies etc) and handle it from my 
own proxy?

I can see that the apahce libraries only contain objects that allow you to 
create requests and handle responses but not how i can create a mini http 
server.

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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to