Skip to content
New issue

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

DEMO is broken #301

Open
Zirafnik opened this issue May 28, 2023 · 1 comment
Open

DEMO is broken #301

Zirafnik opened this issue May 28, 2023 · 1 comment

Comments

@Zirafnik
Copy link

Zirafnik commented May 28, 2023

All 5 examples fail.

Tested on both Firefox and Chrome.

Demo link: https://node-cors-client.netlify.app/

@one2code
Copy link

I've looked over the code related to this issue, both on the server and client side. I've found this to be the problem, and it is related to Heroku removing their free tier.
The HTTP request methods such as GET, HEAD, POST, DELETE are being made with this url https://node-cors-server.herokuapp.com/simple-cors which is now a dead link. When loading the URL, it returns this
dead_link

In conclusion, this issue should probably be closed, and perhaps a separate issue opened to recreate the HTTP method requests on Netlify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants