| 7.1.0. General Overview
Normally, any text, (such as your credit card number) sent
from your browser
to the web server is sent as plain text. This means that
a hacker could potentially intercept (however unlikely) the
information sent from your browser and read it. Therefore,
by using the secure server, the information is encrypted before
it is sent from your browser. It would be practically impossible
for anyone to decrypt it without knowing the key.
Some users have experienced problems using the Secure Server.
The most common reason is that the user has not inserted the
proper code to call the secure server. We have several servers
and depending upon which server you are on, you will need
to enter the server name. If you do not know your server name,
login to your control panel is should tell your server name
at the top. If not please open a helpdesk ticket and we will
provide you with that information. Following is an example
of how the URL should look when calling the secure server:
https://secureservername.com/~username/yourpagesecurepage.html
The following example uses yourdomain as the name of your
domain and any page as the name of the order form or the page
you wish to be secure.
Use the following URL to call your pages via the secure server.
https://secureservername.com/~username/anypage.html
The above page would be accessed from the normal web server
as:
http://yourdomain.com/anypage.html
Using formmail.cgi through secure server
If you are calling the formmail through the secure server,
your action line and other code will look like the following:
<FORM METHOD=POST ACTION="https://secureservername.com/~username/cgi-sys/formmail.pl">
<input type=hidden name="recipient" value="emailaccount@yourdomain.com">
<input type=hidden name="subject" value="Order">
<input type=hidden name="return_link_URL" value="https://secureservername.com/~username/yourpage.html">
<input type=hidden name="return_link_title" value="https://secureservername.com/~username/yourpage.html">
The last two lines allow a link back to your main page -
thus they get a report of what they ordered and a link.
It's important that you call your order page through a secure
URL (HTTPS) in order for it to work properly
Example:https://secureservername.com/~username/yourorderform.html
To find out the name of the Secure server please email support
at support@AdvancedNetworkHosts.com
or Log into HELPDESK
|