10-22-2019, 08:43 AM
IntraWeb runs in a variety of proxys, reverse proxys and firewalls, unchanged.
If something is failing, that's because the firewall software is changing the request/response. Most cases I've seen are caused by code injected by the firewall software which causes the browser to reject it.
Please inspect the responses using your browser Developer tools (F12). Also check the browser console (JavaScript errors will be highly visible there)
If something is failing, that's because the firewall software is changing the request/response. Most cases I've seen are caused by code injected by the firewall software which causes the browser to reject it.
Please inspect the responses using your browser Developer tools (F12). Also check the browser console (JavaScript errors will be highly visible there)