Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Proxy endpoints #6

Open
0xR opened this issue Jan 17, 2016 · 1 comment
Open

Feature request: Proxy endpoints #6

0xR opened this issue Jan 17, 2016 · 1 comment

Comments

@0xR
Copy link

0xR commented Jan 17, 2016

I love this simple web server and I use it a lot for my demo projects. However I often find that I want to use some public API. However, since they are hosted on another domain, I would get CORS issues. If this webserver would support a simple proxy it would make my demo projects a lot more powerful.

Usage idea:

nws -x api:https://somehost/somedir/api

This would proxy all requests to localhost:3030/api to https://somehost/somedir/api.

@bron10
Copy link

bron10 commented Jan 20, 2016

👍 old reference #5 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants