Secure Logon Requirement


Secure Logon Requirement

Because online security is important to us, Four51 requires that application logins be conducted over a secure Http connection, known as Https. If you host a custom logon page from your site, or have created custom links for your buyers, these need to use https to function properly.

For example, a link like: http://www.four51.com/ui/logon.aspx?username=username&password=password&validate=1 will need to read "https" rather than "http": https://www.four51.com/ui/logon.aspx?username=username&password=password&validate=1

If you prefer to use a custom logon page, ensure that the section of code that submits the logon information has "https":

Should be changed to

Action="https://www.four51.com/ui/logon.aspx">

  If this is not set up correctly, an error message will be displayed to your buyers and they will not get logged on.
NOTE: The Four51 logon page at http://www.four51.com/ui/logon.aspx uses a secure connection.

Reference Materials: None

Related Articles: None

Labels: Custom Logon Page, External Site Access, HTTPS, Secure