I would like to see the full GET or POST being sent
2013-03-25, 14:32
I can see the IP of the url being sent. Is there a way I can see the full GET or POST being sent to me?
Comments
Bjarni RĂșnar Einarsson saidon 2013-04-22, 19:41
Try running: pagekite.py --watch=1
If you experiment with higher numbers (instead of 1) you can get different types of output. For example 1 shows incoming data, 2 shows outgoing data, 3 shows both, ...
Comments
If you experiment with higher numbers (instead of 1) you can get different types of output. For example 1 shows incoming data, 2 shows outgoing data, 3 shows both, ...