• Resolved cgander

    (@cgander)


    It’s currently not possible to access https://www.oasisworkflow.com due to being blocked by the firewall. The initial page load works but any requests after that are blocked

    Looking at the browser console this seems to be because all the JS resources have had defer=”defer” added to them but it’s been quoted wrong and is being included as part of the src url (e.g. src=”https://www.oasisworkflow.com/wp-includes/js/jquery/jquery.min.js’ defer=’defer”).

    This seems to be triggering the firewall to think it’s an injection attack of some kind as all JS resources respond with a 403 error. This then prevents any further requests due to the large number of blocked requests and future page loads just timeout instead, before eventually being completely blocked by the firewall

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Website blocking requests’ is closed to new replies.