I was wondering if anyone knew of a way of capturing and modifying the requests sent out by a Java application over HTTP. I can see them in Wireshark, but I also want to be able to modify them in transit (modify destination/POST data).
Many thanks.
I was wondering if anyone knew of a way of capturing and modifying the requests sent out by a Java application over HTTP. I can see them in Wireshark, but I also want to be able to modify them in transit (modify destination/POST data).
Many thanks.
You could do that with a Http Proxy.
In this related question you will find a list of proposed http proxies How can I intercept and modify HTTP requests?