Troubleshooting 7G Firewall on GridPane

Originally published at: https://managingwp.io/2023/02/21/troubleshooting-7g-firewall-on-gridpane/

Introduction Someone was trying to whitelist a specific query that was being blocked by 7G firewall on GridPane. Unfortunately, they were using $args versus $request, the following code snippet shows how to bypass specific queries and also print out debug headers for troubleshooting. Code Snippet # --------------- # # Notes. # - You can’t use…