Forum Discussion
3 Replies
- JRahmAdmin
is it possible to fix the mixed content issue with a stream profile? That would be the better path, but would need to know more about your application and the delivery configuration.
- logan92Altocumulus
yes , issue is fixed by using stream profile in this article https://my.f5.com/manage/s/article/K31100432 , but error message appeared in another webpage in website which webpage can't load. and when i remove stream profile ,webpage works normally.
note: asp.net webserver uses www-authentication header: NTLM , i don't know if this related to the issue or not.
- zamroni777Nacreous
i had similar situation.
the ideal solution is changing the app to always use relative paths.
if it's on different hostname/ip, use //address when referencing to other address, instead of http://... or https://...
browser will automatically use https if calling window is https
for workaround, you can create http virtual server vip:80