Forum Discussion
Allow Mixed content on Sharepoint Via iRule
Hi Brady,
Have you updated the iRule above to replace old_text and new_text? Here's an example that would rewrite all URIs from http:// to https://.
STREAM::expression {@http://@https://@}
You'd also want to use a custom HTTP profile to rewrite redirects from http to https: https://support.f5.com/csp/article/K14775
If you try these two changes and still have issues you use developer tools on your client browser to check which responses have http:// references. Once you know which request URIs have the issue, you can figure out what updates you might need to make to the iRule to rewrite the references to https://.
If you get stuck, reply back here with an anonymized example of the response content.
Aaron
Recent Discussions
Related Content
* 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
