04-22-2020, 08:58 PM
I have an environment in AWS using a load balancer that receives all of the communication in HTTPS and then converts it to HTTP in the AWS environment. When I call an Intraweb application (I use V14 and ISAPI) with https://mydomain.com/app1 Intraweb changes the URL to http://mydomain.com/app1/SessionID thus neutralizing the SSL session I want to use. Intraweb is unaware that SSL is in use and therefore doesn't include it when the URL is rewritten with the session ID. Can I intercept this somewhere and change the response to include https:// ? The SSL works fine when I manually change the URL to https.