GetHTTPHeader over proxy... How?
GetHTTPHeader over proxy... How?
I need to analyze headers over proxy. How can I do it?
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
Re: GetHTTPHeader over proxy... How?
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
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
Re: GetHTTPHeader over proxy... How?
read my msg again
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
Re: GetHTTPHeader over proxy... How?
same for you:
Kukulkan
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).don't know what you really want to do
Kukulkan
Re: GetHTTPHeader over proxy... How?
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?

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)
Re: GetHTTPHeader over proxy... How?
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
))
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)

