[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

listning to port 80 ?

Jamal Soueidan

4/7/2007 12:50:00 PM

Hello there,

I want to receive all the response headers I get from any browser I have
on my computer?

Could socket class handle that? or must I develop something like proxy
server to do the job?

Can somebody point me in the right direction please?

Thanks
Regards,
Jamal

--
Posted via http://www.ruby-....

3 Answers

Scott Taylor

4/7/2007 1:34:00 PM

0


Are you looking to just browse them, or actually use them in a program?

Firefox has a great extension if you are looking to do the former -
It's called LiveHttpHeaders.

Scott



On Apr 7, 2007, at 8:49 AM, Jamal Soueidan wrote:

> Hello there,
>
> I want to receive all the response headers I get from any browser I
> have
> on my computer?
>
> Could socket class handle that? or must I develop something like proxy
> server to do the job?
>
> Can somebody point me in the right direction please?
>
> Thanks
> Regards,
> Jamal
>
> --
> Posted via http://www.ruby-....
>


Jamal Soueidan

4/7/2007 2:59:00 PM

0

Scott Taylor wrote:
> Are you looking to just browse them, or actually use them in a program?
>
> Firefox has a great extension if you are looking to do the former -
> It's called LiveHttpHeaders.
>
> Scott

I actually want to develop something similar to livehttpheaders using
Ruby...

--
Posted via http://www.ruby-....

Jamal Soueidan

4/7/2007 8:20:00 PM

0

I managed to find:

Monitoring network traffic with Ruby and Pcap

But it only works with Linux not windows :(

--
Posted via http://www.ruby-....