Forum Moderators: phranque

Message Too Old, No Replies

How to handle hidden form field in RewriteCond

for POSTed form

         

Raj123

5:34 pm on Mar 27, 2007 (gmt 0)

10+ Year Member



I am accessing the third party search in my application.

The search has got few hidden from fields. Is there any way these fields could be used in the RewriteCond rule in case of post request.

If some one help me it would be great.

Thanks in advance

Raj

jdMorgan

5:38 pm on Mar 27, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This information would be part of the content-body of the request, and mod_rewrite can only 'see' the request headers. So I know of no direct way to handle this outside of the script that the data is POSTed to.

Jim

Raj123

7:52 pm on Mar 27, 2007 (gmt 0)

10+ Year Member



Thanks a lot Jim.