grahama1970
Technical User
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)
;
;
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)