hostname with "-"
Status: Beta
Brought to you by:
useless
hi there !
We have a couple of host which include "-" inside.
The problem is that $QUERY_STRING that gets apan.cgi
does not contain it but its hexy code instead (%2D).
This makes apan.cgi going into trouble, claiming that
host does not exist !!
Is there any way to make CGI env going away from such
a behaviour ? I.e not translating this "-" byte !
Thanks
Logged In: NO
OK, solved thanks to a friendly QUERY_STRING parser:
Get query_string2sh & unhexify from
http://www.cskk.ezoshosting.com/cs/scripts/ and call them
within apan.cgi. Assign HOST with PARAM_host & CHECK with
PARAM_service.
fbo