Hello to all,Is there a way though httpd proxy to "show" the arguments sent with a POST method? I have been trying to find a way to reveal arguments from our java application that are POST method to the server... for example http://someserver/TspLogin.do;jsessionid=HDFDFDDFDFD?Username=test&password=blabhblahI have set up a httpd proxy and every other call that I make (MOSTLY GETS) reveals the query string, but no mater what config I give the server, I cannot get the POST.
I don't know if Apache can do that, but one solution I've used in the past is a packet sniffer like Ethereal. Capture HTTP packets and look for what you want.
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx