Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can netcat capture the actual url string ?

Status
Not open for further replies.

grahama1970

Technical User
Jan 24, 2004
9
US
I am trying to use netcat to capture a url string sent to port 8181.
;
;
how can I capture the actual url string sent above ?
I am using this method so two different applications on the SAME localhost computer can communicate
;
many thanks
g
;
nc -l -p 8181 -v -v -s 127.0.0.1
I get this output with no GET Request :(
listening on [127.0.0.1] 8181 ...
connect to [127.0.0.1] from virtualpc [127.0.0.1] 4293
GET / HTTP/1.1
Host: 127.0.0.1
Range: bytes=0-
Accept: */*
User-Agent: QuickTime (qtver=6.5.1;os=Windows NT 5.0Service Pack 4)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top