Forum Discussion
Collums
Nimbostratus
May 07, 2018How to rewrite absolute URL link in http response
We are transitioning to a new set of internal web servers that will be displaying a new website, moving from Cold Fusion to ASP.NET. The old web servers work perfectly with the current SSL offloading...
Simon_Blakely
Employee
May 08, 2018You should use the Developer tools in the browser (F12) to see what is not being converted to https references. Some of the "; references may be in files that do not have a "text" content-type.
I've also seen webservers return references like
http:\u002f\u002f
Finally, I usually recommend that you stream replace entire domain references, but that is up to you.
STREAM::expression {@http://mydomain.com/@https://mydomain.com/@ @http:\u002f\u002fmydomain.com/@https:\u002f\u002fmydomain.com/@}
YMMV
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects