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
When calling GET request using Ajax for other domain API, it returns "unable to verify the first certificate".
The Option request is getting success (200) in the response.
The CORS is running on port 8080 in the server. our site URL is: https://777sweeps.com/ and CORS url is: https://777sweeps.com:8080/
note: The server running in Google cloud platform. When we are running in local its working fine.
The text was updated successfully, but these errors were encountered:
There are not enough details to investigate here. Your server appears to work, at least against https://example.com/.
https://example.com/
A similar issue was reported before, and I explained the steps to debug the issue (and work around it in the worst case) at https://github.com/Rob--W/cors-anywhere/issues/99
Sorry, something went wrong.
FYI: I've fixed an issue that prevented NODE_TLS_REJECT_UNAUTHORIZED=0 from working in 3c87a51 (after investigating #341)
NODE_TLS_REJECT_UNAUTHORIZED=0
You have to update your version of CORS Anywhere to the latest (master branch) to take advantage of the feature. I haven't published an update yet.
No branches or pull requests
When calling GET request using Ajax for other domain API, it returns "unable to verify the first certificate".
The Option request is getting success (200) in the response.
The CORS is running on port 8080 in the server. our site URL is: https://777sweeps.com/ and CORS url is: https://777sweeps.com:8080/
note: The server running in Google cloud platform.
When we are running in local its working fine.
The text was updated successfully, but these errors were encountered: