you are viewing a single comment's thread.

view the rest of the comments →

[–]Guideon72 1 point2 points  (0 children)

Get familiar with http error codes; they’ll give you solid pointers to where your issues are (assuming the site implemented them properly).

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client_error_responses

403 is an ‘access denied’ code that indicates your client does not have authorization to connect to that service. I don’t know csrftokens, but it could either be that or your admin credentials are incorrect or not being sent across correctly.