An open API service indexing awesome lists of open source software.

https://github.com/serradura/test-rack-cors

Sample os how to request from an app (Rack) via ajax to another one (Rails).
https://github.com/serradura/test-rack-cors

rack rack-cors rails rails-api

Last synced: 7 months ago
JSON representation

Sample os how to request from an app (Rack) via ajax to another one (Rails).

Awesome Lists containing this project

README

          

# Test Rack-CORS

## How to run this example:

```sh
# Open a terminal and run
./run-rails-app.sh

# Open other terminal and run
./run-rack-app.sh
```