Consultor Eletrônico



Kbase P53508: WebSpeed using HTTPS returns wrong HostURL value
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   31/01/2004
Status: Unverified

SYMPTOM(s):

WebSpeed using HTTPS returns wrong HostURL value

When using Webspeed on a SSL (HTTPS) IIS WebServer using the wsisa.dll
interface it returns the wrong value for the variable HostURL, since it
returns http:\\... instead of https:\\

HostURL returns the wrong value, returns http:\\... instead of https:\\

CAUSE:

Bug #: 20010418-012
Bug #: 19970305-009

FIX:

This issue is fixed in 10.0A

A workaround can be to use the global variable named HTTP_REFERER:
IF HTTP_REFERER BEGINS "https" THEN ....