I do authentication on Nuxt.js.
JWT token added to headers.
And they do not reach the server.
What is the problem? Maybe CloudFlare removes headers?
I make a request from http://localhost for an API that works through CloudFlare.
I do authentication on Nuxt.js.
JWT token added to headers.
And they do not reach the server.
What is the problem? Maybe CloudFlare removes headers?
I make a request from http://localhost for an API that works through CloudFlare.
Source: https://ru.stackoverflow.com/questions/972210/
All Articles