http-server
http-server copied to clipboard
Better Proxy Support
Description
Like this:
Request from the front end: /api/something
To the backend API: localhost:8000/something
Requests should be forwarded to the backend (without the path prefix /api
)
Why is this useful?
It is useful in the most of the web applications 😄