301 Redirect on
-
Hi all.
Our development team is working on troubleshooting a bug where the Page Cache is creating a 301 redirect on a webhook.Our webhook lives at an endpoint similar to domain.com/?webhook=test which POST requests are sent to via a third-party service. This works great when Page Cache is disabled, but when we enable the feature, we are getting 301 redirect responses at domain.com/?webhook=test. We are assuming that the cache is somehow picking up this url so we would like to avoid that.
We’ve tried disabling Front Page cache, adding the third-party user agent to the ignore list, and we’ve also tried adding the following to Never cache the following pages:
/?webhook=test
/?webhook=*/We are also using Disk: Enhanced.
We found a solution on this thread that disables the plugin given a specific query parameter, but would prefer a more stable solution via w3tc if possible.
Are there any other options available that we could try?
The page I need help with: [log in to see the link]
The topic ‘301 Redirect on’ is closed to new replies.