#cors

[ follow ]
fromHackernoon
4 years ago

A Developer's Guide to Same-Origin Policy (SOP) and Cross-Origin Resource Sharing (CORS) | HackerNoon

Access to fetch at 'https://api.example.com' from origin 'https://app.yoursaas.com' has been blocked by CORS. This error often occurs when the backend and frontend are hosted on separate servers.
Web development
fromRubyflow
3 months ago

I used to think connecting a React frontend with a Rails API would be complex.

Connecting a frontend React app with a Rails API is more straightforward than expected, especially when using Docker to handle the setup efficiently.
[ Load more ]