Replies: 1 comment
-
I would recommend you to don't use Remix as a proxy and instead use your HTTP server to proxy the requests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to use Remix with an already completed backend server and SDK.
I am aware that simple APIs can be proxied using Remix’s action function. However, the backend server I am using is more complex.
For example, I would like to proxy the following types of APIs:
I know that the first case can be implemented using Remix action, but I found that the others are not possible.
Currently, in the development environment, I use the proxy settings in vite.config.ts.
In the production environment, I utilize the proxy functionality of the L7 Load Balancer.
Like this(Istio Configuration),
Is there any better approach than this?
Beta Was this translation helpful? Give feedback.
All reactions