Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Making a java proxy client that would catch all http packets ...

Reply
Thread Tools

Making a java proxy client that would catch all http packets ...

 
 
guillaume.braux@gmail.com
Guest
Posts: n/a
 
      04-18-2008
Hello,

I am trying to find a way to make a multiplatform (so java !) proxy
client, without the need to configure ANY proxy configuration in the
client browser.
I am thinking about a way to have my java proxy client catching all
HTTP traffic, and forwarding them to the proxy server (after having
modified the http headers in the right way).

Do you have any idea on how I could achieve my goal ? ... I think I
will have to work at low level (tcp stack) to intercept http, but I
don't know is java is capable of this sort of things ...

Thanks for your answers,

Guillaume
 
Reply With Quote
 
 
 
 
Arne Vajhøj
Guest
Posts: n/a
 
      04-18-2008
wrote:
> I am trying to find a way to make a multiplatform (so java !) proxy
> client, without the need to configure ANY proxy configuration in the
> client browser.
> I am thinking about a way to have my java proxy client catching all
> HTTP traffic, and forwarding them to the proxy server (after having
> modified the http headers in the right way).
>
> Do you have any idea on how I could achieve my goal ? ... I think I
> will have to work at low level (tcp stack) to intercept http, but I
> don't know is java is capable of this sort of things ...


It is not.

Arne
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
IllegalArgumentException with Socket API and Proxy with Proxy.Type.HTTP Greg Java 4 08-16-2012 08:26 PM
Making sense of multiple packets containing dup data Randy General Ruby 0 07-08-2009 08:04 PM
making UserControl catch all its exceptions Ael ASP .Net Web Controls 1 12-06-2004 01:01 PM
HTTP Proxy via HTTP Layer by Perl? nntp Perl Misc 12 10-23-2004 07:52 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57