Skip to content
Advertisement

Tag: packet

Sniffing received HTTP post packets with python

I am trying to manage some HTTP Post requests being received on my computer. The post requests are from an apache server (website) which is being hosted on the same computer. How can I manage them using python, preferably without using any 3rd party modules? Answer If it is very lightweight and does not require many things, you can use

Advertisement