cyu / rack-cors

Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.
MIT License
3.26k stars 263 forks source link

CORS problems with Rack-cors gem #200

Closed publicidadeba closed 4 years ago

publicidadeba commented 4 years ago

Having a hard time with permission. It works when I try to make a request to URLs(pages) and Ids from the same website, but when I tried to do the same with an external URL it didn´t work.

https://stackoverflow.com/questions/59796296/cors-problems-with-rack-cors-gem

lacostenycoder commented 4 years ago

the SO link above no longer works

cyu commented 4 years ago

Closing this as the link no longer works. Please re-open with more information if the problem is still occurring.