This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Crossdomain Access Denied

I've got an issue with a few sites. I'll place an example here. Proxy is setup as a standard proxy, wpad/pac file from the UTM, Active Directory Auth, DHCP option 252. A second transparent proxy is second on the list for those guests that get DHCP from a guest wifi router, no Auth, and no option 252.

If I visit Rogers Place – Live View – Concourse Camera using the standard proxy, I get "Cannot load m3u8. Crossdomain access denied"

If I hook up to the guest wifi, and surf through the transparent proxy it works.

In my auto config I've tried 
if (shExpMatch(url, "http://*rogersplace.com/*")) return "DIRECT";

But the traffic still appears in my log. And I've also tried an exception (filtering options-exceptions) selecting all the options. Still not working, same error. What's going on?

I have also noticed that the download manager for Solidworks didn't work as well. I tried the same exception in the wpad/pac file, but it didn't work until I made an exception (filtering options-exceptions)

When traffic is DIRECT, it should bypass the proxy all together no?


This thread was automatically locked due to age.
Parents
  • Yes,I realize running standard proxy mode will cause the browser to send request to the UTM on 8080, and adding the port makes sense. 

    However, I'm not clear on what you mean about the Solidworks issue. I've added lines, exactly like I added the lines for rogersplace but it didn't work. 

    I ended up adding:
    im.solidworks.com
    im-ak.solidworks.com
    dl-ak.solidworks.com

    to the exception list for Authentication, Block by download size / Antivirus / Extension blocking / MIME type blocking / URL Filter / Content Removal / SSL scanning

    But why wouldnt the WPAD line if (shExpMatch(url, "http://*solidworks.com/*")) return "DIRECT"; work?
Reply
  • Yes,I realize running standard proxy mode will cause the browser to send request to the UTM on 8080, and adding the port makes sense. 

    However, I'm not clear on what you mean about the Solidworks issue. I've added lines, exactly like I added the lines for rogersplace but it didn't work. 

    I ended up adding:
    im.solidworks.com
    im-ak.solidworks.com
    dl-ak.solidworks.com

    to the exception list for Authentication, Block by download size / Antivirus / Extension blocking / MIME type blocking / URL Filter / Content Removal / SSL scanning

    But why wouldnt the WPAD line if (shExpMatch(url, "http://*solidworks.com/*")) return "DIRECT"; work?
Children
No Data