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).
- Host: GitHub
- URL: https://github.com/serradura/test-rack-cors
- Owner: serradura
- Created: 2019-01-30T20:56:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T20:57:20.000Z (over 6 years ago)
- Last Synced: 2025-02-04T15:27:45.943Z (8 months ago)
- Topics: rack, rack-cors, rails, rails-api
- Language: Ruby
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```