“Hide Login” Blocking Stripe Webhook
-
Hi,
I’m using WP Full Stripe to integrate Stripe payment processing with my site. They create a webhook for Stripe that looks like this: https://zellous.design/wp-admin/admin-post.php?action=handle_wpfs_event&auth_token=(your unique token)
I recently discovered that Stripe was triggering tons of 404 errors and tracked it down to whether or not the “Login Protection > Hide Login” feature in Shield Security was enabled.
Seems likely that there’s some blanket “return 404” rule put in place to prevent redirection to the actual login page when someone requests a /wp-admin/ URL. However, in the case of this webhook, no redirection will take place, even if the person/bot is not logged in.
Is there any way to make Shield Security compatible with Stripe accessing a webhook URL?
Thanks,
Brandon
- The topic ‘“Hide Login” Blocking Stripe Webhook’ is closed to new replies.