Ask a Question related to Perl / CGI, Design and Development.
-
Brian Marshman #1
change from http to https from a specific form
What is the right way to write this script;
<FORM ACTION=$ENV{'SCRIPT_NAME'} METHOD=POST>
<INPUT TYPE=HIDDEN NAME=action VALUE=procreg>
<INPUT TYPE=HIDDEN NAME=IP VALUE=$ip>
to read something like this <FORM ACTION="https://theURL"> what would be the rest? and when the form is filled out returns to http
Junior Member
- Join Date
- Nov 2010
- Posts
- 1
-
How to automatically change from httpS to http for a specific folder??
There are great instructions on the web for force HTTPS for specific folder How to automatically change from http to https for a specific folde... -
Switching Between HTTP and HTTPS
Hi I wish to have a web site that has most of the pages as normal HTTP pages but has some areas that use HTTPS. I want to have it that if a user... -
http to https
Is there a coldfusion function that determines the gives me the protocol of the address bar(http, https) .I tried GetHttpRequestData, but I do not... -
HTTPS to HTTP
When I am using server-side button to switch from https to http by using response.redirect "http://a.apsx" in response to the client event, I am... -
Switching to and from http and https
hello all. currently, this is how a line of my form is setup (names have been changed to protect the innocent ;) <form...



Reply With Quote

