Allow all incoming Get Requests
-
We’re using Wordfence on a central site where users with our plugin installed get a token on plugin install.
The site that creates the token has nothing installed but WordFence and our authentication plugin which creates the token based on the request coming from the user site.
We’re worried that WordFence might at different times be blocking the request coming to our central site, therefore user not receiving the token.
How can we make sure that this doesn’t happen? Basically allow any request coming to a particular path on our central site e.g:
https://example.com/auth/ (we want to allow all GET requests to pass for this path without WordFence blocking the request)
We want to however keep the normal security benefits throughout the rest of the site
using wp_remote_get(); to make the request
- The topic ‘Allow all incoming Get Requests’ is closed to new replies.