|
I'm adding an additional requirement to this question.
Our users have various methods of saving, bookmarking, the URL on their
desktop.
We have a requirement that the URL cannot change.
Our current app listens on default port 80, IP1, nonSSSL.
The new app will listen on default port 443, IP2, , SSL.
I've been informed that I will need create a dummy index.html page,
listening on port 80, IP2, nonSSL that will do a redirect to port 443, IP2,
SSL.
<HTML>
<HEAD>
<meta HTTP-EQUIV="REFRESH" content="0; url=https://newapp/ActiveXSSL.html
">
</HEAD>
<BODY>
</BODY></HTML>
Has anyone done something similar?
Paul
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.