joeborders
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Query string parameters being stripped and we don’t know whyhere’s what they said about this:
The firewall isn’t capable of filtering out query strings out of your code as it is loaded. These query strings are hardcoded inside your actual website code, the firewall would have to be able to dynamically read through your code as it reads the response from the hosting server and filter them out. Which it is not, it is simply not capable of doing this.To demonstrate that the firewall isn’t doing this, I have used a technique here to connect directly to your hosting server: https://kb.sucuri.net/firewall/Troubleshooting/bypassing-the-proxy-for-testing-and-development
I recommend asking your developers to use that technique if they believe the firewall is responsible since this will bypass the firewall and they can indeed check if the firewall is responsible.Here are my findings, the code on the hosting server doesn’t contain any query strings:
So the firewall isn’t filtering anything out or performing any caching, the code is simply missing the query strings.- This reply was modified 6 years, 7 months ago by joeborders.
Forum: Fixing WordPress
In reply to: Query string parameters being stripped and we don’t know whyI’ve disabled the Sucuri CDN, but sucuri says that you cant turn off caching of certain static assets like javascript. They gave me a link to clear the cache though and its still a problem :-(….I can’t find the area you’re refering to in your picture. and the internet says that section that you’ve circled is just for hiding the wordpress version?
Forum: Fixing WordPress
In reply to: Query string parameters being stripped and we don’t know whybut I dont know if its effects linger after its uninstalled
Forum: Fixing WordPress
In reply to: Query string parameters being stripped and we don’t know whyI removed it and its still a problem. Thats the thing. I used the plugin kind of unconventionally. Basically any time I made major changes to the site I turned it on for a bit and then deactivated it….thinking it had done its job
Forum: Fixing WordPress
In reply to: Query string parameters being stripped and we don’t know whyThe last thing that was suggested to us by our host was to update WPBakery, which seemed to have an outdated javascript composer….compiler? We did that and its still messed up ??