It is quite possible - but:

Another alternative is to set up a local wireless network containing a
proxy - this can by done by most laptops/desktops with wireless
networking and the right software. By doing this you can connect
through the proxy running on the computer and debug communication in a
bit more (IMHO) convenient way.

On Fri, Jun 28, 2013 at 1:22 PM, [email protected]
<[email protected]> wrote:
> 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 [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
> ---
> 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 [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
Michael Banzon
http://michaelbanzon.com/

-- 
-- 
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
--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to