perl - How can I access parameters passed in the URL when a form is POSTed to my script? -
I have participated in a problem when submitting a form to our site Perl script if any such request on a page like URL Such as http://www.example.com/us/florida/page-title
, I rewrite that using the following Rule Rule that works correctly: < / P>
Use CGI; $ Query = new CGI; $ Action = $ query- & gt; Param ('verb'); $ State = $ query- & gt; Supreme ('state'); $ Page = $ query- & gt; Ultimate ('Page');
I included the QSA flag because I thought it could solve the problem but it did not happen. If I post a script directly on the script URL then everything works properly. I appreciate any help in understanding why it is not working at present thanks in advance! If you are querying a POST, then you will have to use etc. to get it.
Parameters from the query string do not require a QSA modifier or no profit.
Comments
Post a Comment