Axios Interceptor always return 403 on Post Requests

26 Views Asked by At

I'm currently developing an Website and using an AxiosInterceptor for sending an JWT with every request. Currently I'm always getting an 403 on Post-Request, only on Post-Request. Eg. Trying to start a method in the backend.

I have already an PostMapping where i get an 409 as an answer. But i did the same one the other, but getting an 403, does someone have an Idea?

0

There are 0 best solutions below