We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello ! Thanks for this extension, it's really helpful
I have an issue with CORS. I added JWT system on my server side. Since when i use the extension i have this error.
Request header field Authorization is not allowed by Access-Control-Allow-Headers in preflight response.
I tried few hacks with Headers, it didn't work so far. Do you how to deal with that ?
Thanks for your help. :)
The text was updated successfully, but these errors were encountered:
Hmm... I haven't run into anything like this yet. Have you tried things like these? https://stackoverflow.com/questions/10548883/request-header-field-authorization-is-not-allowed-error-tastypie I bet you already found that, but just in-case. You can add custom headers with Resource Override too just in case you didn't know.
I would ask for a link so I could try to repro if you are doing something with auth maybe that's not such a good idea.
Sorry, something went wrong.
No branches or pull requests
Hello !
Thanks for this extension, it's really helpful
I have an issue with CORS. I added JWT system on my server side. Since when i use the extension i have this error.
Request header field Authorization is not allowed by Access-Control-Allow-Headers in preflight response.
I tried few hacks with Headers, it didn't work so far. Do you how to deal with that ?
Thanks for your help. :)
The text was updated successfully, but these errors were encountered: