https://github.com/modfin/simple-http-json-proxy
simple server to proxy get json http requests
https://github.com/modfin/simple-http-json-proxy
Last synced: 6 months ago
JSON representation
simple server to proxy get json http requests
- Host: GitHub
- URL: https://github.com/modfin/simple-http-json-proxy
- Owner: modfin
- Created: 2019-09-11T16:22:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T08:26:07.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T09:34:02.673Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# simple http json proxy
Simple http server that proxies requests via url.
start:
```
node main.js
```
use:
Make a http GET request to `http://localhost:7357?url=http[s]://host.tld/path/to/resource` to get the json response of `http[s]://host.tld/path/to/resource` back.
examples:
```
curl http://localhost:7357?url=http://fx.modfin.se/latest
```
or visit `http://localhost:7357?url=http://fx.modfin.se/latest` in a web browser.