403 errors suck, but here’s a wild guess: are you logged in? Some sites give 403 instead of 401 (unauthorized) if your session expired or cookies are borked.
Try incognito mode + manual login. If it’s your own site, disable security plugins temporarily to test.
For debugging, Chrome DevTools (Network tab) shows the exact response headers—look for "X-Forbidden-Reason" or similar.
Try incognito mode + manual login. If it’s your own site, disable security plugins temporarily to test.
For debugging, Chrome DevTools (Network tab) shows the exact response headers—look for "X-Forbidden-Reason" or similar.
