HTTP Status 403 – Forbidden

I want to upload a file and I do the test with postman, it always displays “HTTP Status 403 – Forbidden” I add authentication with login and password of my spring boot application but that doesn’t change anything

Hi @material-saganist-56. Welcome to the Postman Community!

A 403 Forbidden status code depict an authorization error. It is possible that you’re missing some authorization tokens or credentials. You login details might be able to give you access to those credentials. I’ll recommend you look into the documentation more closely to see if you’re missing any important authorization credentials.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.