I have some http/https internal websites exposed via clientless access, but all I can see is the html page and the css/js/img with absolute paths only
I see that every link (https://my.url in this example) is rewritten in to https://FW_FQDN/userportal/CRSSL/https/my.url?csrf=RANDOM_CSRF
This rewrite does not apply to relative paths so <img src="logo.png"> will be resolved by the browser to https://FW_FQDN/logo.png which will fall to a 404
I can't believe that no one is using http resources via clientless access and even in Sophos no one tested it...
Thanks
This thread was automatically locked due to age.