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
Hi, I need help please! GET http://localhost/CodeIgniter-JWT-Sample/auth/token Error: CORS request rejected: http://localhost/CodeIgniter-JWT-Sample/auth/token Request Headers User-Agent: PostmanRuntime/7.26.9 Accept: / Cache-Control: no-cache Postman-Token: 2dd347b8-e2e8-4632-9921-b42c15c12b7a
The text was updated successfully, but these errors were encountered:
so why
Sorry, something went wrong.
the server does not sent: status_code(200); postman needs this
after all api server needs to set a header: "Access-Control-Allow-Origin", "*"
No branches or pull requests
Hi, I need help please!
GET http://localhost/CodeIgniter-JWT-Sample/auth/token
Error: CORS request rejected: http://localhost/CodeIgniter-JWT-Sample/auth/token
Request Headers
User-Agent: PostmanRuntime/7.26.9
Accept: /
Cache-Control: no-cache
Postman-Token: 2dd347b8-e2e8-4632-9921-b42c15c12b7a
The text was updated successfully, but these errors were encountered: