Problem: 307 Temporary Redirect Error in AJAX Request
I am facing an issue where, while making an AJAX request from my WordPress website, I sometimes get a 307 Temporary Redirect error. The request is being redirected to the following URL:
"https://recaptcha.cloud/?template=cpg&server=37.27.57.153:443&ip=182.177.153.69&http=&host=yourwebsite.com&real_ip=&proto=&url=/wp-admin/admin-ajax.php"
This issue occurs intermittently, and after some time, the error resolves on its own, but it reappears again. The page being redirected to is protected by cPGuard.
Details:
The 307 Temporary Redirect happens with requests to wp-admin/admin-ajax.php.
The redirect is happening to the recaptcha.cloud URL, and it seems to be an anti-bot protection service, possibly related to cPGuard.
Questions:
How can I stop the redirect and prevent this issue from happening in the future?
Is it possible to disable cPGuard or adjust its settings if I don’t have access to cPanel?
Could this issue be due to something related to IP blocking or rate limiting?
Steps Taken So Far:
No Security Plugin: I am not using any security plugins on my WordPress site (such as Wordfence or iThemes Security), and I am using the Astra free theme.
No cPGuard Settings in cPanel: I don’t have access to cPGuard settings in my cPanel, and I can’t find any settings for it.