Hello.
I've enabled a WAF service on my forum, and I need to exclude the API endpoints from the JavaScript challenge feature (this is similar to the "under attack" mode by CloudFlare).
I "whitelisted" the /api endpoint, and also /login and /register, which are used for XHR requests as well (why aren't they under /api, anyway?).
I wanted to ask if there are other endpoints that you know of that return JSON but are not under the /api endpoint.
I looked a bit at the source code but it's not immediately clear.
Thank you! 😃