Forum Moderators: phranque
Sample request received:
<form name="myform" method="post" enctype="application/x-www-form-urlencoded" action="https://www.mysite.com/yes">
<input type="hidden" name="UserInfo" value="4AAFED90A9C1F1311A55833594C35798446D620
84EF26C5C4072DE6967E8417847BA79477780B5F62B24FF34AFA8ADB0097D27AF845A2D06BC7475F920D6
E955019321616F9F93E9714EC9E47FA49C0A3E35D13AF0CFE61E56B37C04C2CFF5902A3E442513386D3C">
<input type="hidden" name="keepAliveURL" value="https://www.yoursite.com/ip-ed/KeepAlive.gif">
<input type="hidden" name="returnURL" value="https://www.yoursite.com/ip-ed/AccountSummary.jsp?refreshUserInfo=true">
<input type="hidden" name="logOutURL" value="https://www.yoursite.com/ip-ed/SignOffServlet">
</form>
I am able to capture the post data at the application layer, but NOT when I use the web server. Any ideas what I need to do in mod_rewrite or elsewhere to capture this?
currently:
apache_conf/rewrite:
RewriteRule ^/yes$ [mysite.com...] [QSA,R,L,NC]
[edited by: jdMorgan at 10:51 pm (utc) on Sep. 19, 2006]
[edit reason] Fixed side-scroll [/edit]