You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all! Let's say that I am serving files from my backend, but the endpoint is behind an authorization wall. Then, I would need to send the request with a Bearer token to get the static files.
Do you know any way to do that?
If I send the request correctly from Postman, the file is being served correctly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all! Let's say that I am serving files from my backend, but the endpoint is behind an authorization wall. Then, I would need to send the request with a
Bearer token
to get the static files.Do you know any way to do that?
If I send the request correctly from Postman, the file is being served correctly.
Unauthorized 401 HTTP error
Beta Was this translation helpful? Give feedback.
All reactions