Skip to content

Local web server with cors enabled to route json requests to other, less friendly servers

Notifications You must be signed in to change notification settings

mdrum/request-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request Router

A purpose-built, narrowly-helpful tool for forwarding JSON GET requests to work around CORS.

Once you've cloned, install dependencies:

npm install

To run this server:

npm start

Then, make requests to this proxy server like so:

curl http://localhost:1001/https://pds-gamma.jpl.nasa.gov/services/search/search?q=ocams&wt=json

About

Local web server with cors enabled to route json requests to other, less friendly servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published