You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
This would proxy all requests to
localhost:3030/api
tohttps://somehost/somedir/api
.The text was updated successfully, but these errors were encountered: