cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mrsharkbait
Level 4

Authentication parameters missing

Hi,

I'm setting up an update that requires authentication. In the Message Authentication form, I entered the query URL (e.g. www.domain.com/cgi-local/script.pl) and added a parameter (e.g. serial)

When I test the message, I enter "xxx" in the serial field. I expect the URL to be:
www.domain.com/cgi-local/script.pl?&serial=xxx

However, when I inspect the %ENV CGI environment variables, the QUERY_STRING (everything after the ? in the URL) is blank.

The documentation is inadequate when describing what is being sent out as URL and how the parameters are being passed (I assume that they are passed in the URL)

Any Ideas?
0 Kudos
(1) Reply
Sunny_s
Level 6

Parameters to CGI script is passed using POST method. Please provide details of perl script if it does not helps.

Thanks
0 Kudos