I apologise in advance, my use of terminology may not be correct but hopefully you should be able to understand my problem.
I have a perl script which depending on parameters passed to it from the QUERY_STRING selects data rows from a text file. These rows are processed and a 'results' page returned to the user.
This script is called from URLs on the pages of the site with the parameters hard-coded into the href of the link. Yes you can play with the parameters by manipulating the query string.
So, as I understand it, I should only see a GET statement for this script?
However a user is managing to POST to the script and I'm not sure how they are doing this?