-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A nice to have feature would be to be able to reverse proxy a fixed route in the dev server.
ie: /api points to http://localhost:8888/api or just a bare server... if the prefix route/slice exists on both sides, it should be declared on both sides, if a trailing slash is used on either side, it should be used on both sides.
When I tend to deploy applications, they're usually sliced off via na ingress server with things like /auth or /api pointing to another resource on the ingress host... this is difficult to replicate if the dev server doesn't also allow a reverse proxy.
Nice to have would be https support for the proxied server, since one may want to target a live API when developing an application.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request