Thats a bit of code I have to ensure the script uses SSL. If that's insecure for some reason please let me know.{ unless (lc($::cgi->https()) eq 'on') { $string = 'https://' . $::cgi->server_name() . $::cgi->url(absolute=>1 +) . '?whocalledme=' . $whocalledme; print $::cgi->redirect($string); exit 0; }
In reply to pass cgi object? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |