GetHTTPHeader over proxy... How?

Linux specific forum
sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

GetHTTPHeader over proxy... How?

Post by sartic »

I need to analyze headers over proxy. How can I do it?
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: GetHTTPHeader over proxy... How?

Post by Kukulkan »

Hi,

don't know what you really want to do, but maybe a network sniffer can help? I like to use http://www.networkactiv.com/PIAFCTM.html (free). It helped me a lot of times checking out, what happens on network...

Kukulkan
sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

Re: GetHTTPHeader over proxy... How?

Post by sartic »

read my msg again
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: GetHTTPHeader over proxy... How?

Post by Kukulkan »

same for you:
don't know what you really want to do
Im willing to help, but how do you get the headers? Do you have a proxy that is yours? In that case, what is the problem? You have the headers. Use RegEx. If you like to know how to do a proxy, please try forum search (german and englisch).

Kukulkan
sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

Re: GetHTTPHeader over proxy... How?

Post by sartic »

Ok....
I have proxy (squid server)
I have my program (in PB that is redirector for squid)

How to use proxy in PB. Every command in PB use direct connection.
I want to write program in PB that connects on proxy ip:port and gets headers and files (to analyze efficency of my redirector and squid)
The only way to bypass this problem is transparent proxy or read log of squid (it doesn't store header files).

So again GetHTTPHeader over proxy... How?
:)
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: GetHTTPHeader over proxy... How?

Post by Kukulkan »

sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

Re: GetHTTPHeader over proxy... How?

Post by sartic »

It was easier to do transparent proxy :)
PB is nice but it would be better that has proxy support.
I tried ftp (and it doesn't have ftp resume :)))
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
Post Reply