admin-post.php and the login mask
-
Hi there,
I am working on a site with a slow import script that is called via a webhook. To reduce the load on the server calling the webhook, I have used WP Async Task (https://github.com/techcrunch/wp-async-task). Internally, it uses
admin-post.php
to make tasks asynchronous. This works fine as long as one is logged in. But when not logged in, Defender seems to block access toadmin-post.php
. When I disable the login masking feature, it works, but when it’s activated, theadmin_post
handler never gets called.Is there a way around this?
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘admin-post.php and the login mask’ is closed to new replies.