cors icon indicating copy to clipboard operation
cors copied to clipboard

DEMO is broken

Open Zirafnik opened this issue 2 years ago • 1 comments

All 5 examples fail.

Tested on both Firefox and Chrome.

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

Zirafnik avatar May 28 '23 14:05 Zirafnik

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.

one2code avatar Jun 11 '23 03:06 one2code