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
When developing react apps, I've been using webpack proxy to forward /api/* to e.g. localhost:9000/api/* for speedy development of single page web apps.
Correct me if I'm wrong, but I don't see any way to proxy servers with workbench.
Effectively, this gives my web-app the illusion that it is being hosted on the actual server allowing me to keep relative paths everywhere. (autowire is not an option for me currently).
Would it be much work to add a configuration to forward some sub-path to a user chosen URL?
The text was updated successfully, but these errors were encountered:
When developing react apps, I've been using webpack proxy to forward
/api/*
to e.g.localhost:9000/api/*
for speedy development of single page web apps.Correct me if I'm wrong, but I don't see any way to proxy servers with workbench.
Effectively, this gives my web-app the illusion that it is being hosted on the actual server allowing me to keep relative paths everywhere. (autowire is not an option for me currently).
Would it be much work to add a configuration to forward some sub-path to a user chosen URL?
The text was updated successfully, but these errors were encountered: