This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Connect
- :
- FlexNet Connect Forum
- :
- Re: Authentication parameters missing
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 08, 2002
07:09 PM
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?
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?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 09, 2002
10:47 AM
Parameters to CGI script is passed using POST method. Please provide details of perl script if it does not helps.
Thanks
Thanks