Setting up CORS in Rails API

This page gives a details explanation of what is CORS, how it will affect APIs and how to implement it in Rails API servers.

https://www.stackhawk.com/blog/rails-cors-guide/#:~:text=In%20short%2C%20CORS%20is%20an,different%20origin%20than%20your%20API.

Last updated