Expected behavior
make proxy request
Actual behavior
make proxy request unstable
Setup
- http-proxy-middleware: 0.17.1
- server: webpack -dev-server: 2.3.0
proxy middleware configuration
https://gist.github.com/djleonskennedy/e0521313bc6229d32b006e6d236c4ea3
server mounting
https://webpack.github.io/docs/webpack-dev-server.html#proxy
Hello this issue more about clarification, i have regular proxy to redirect requests to avoid CORS
however also we need to be connected to customer VPN, and sometimes we have proxy worked and sometimes we have next
[HPM] Error occurred while trying to proxy request /login from localhost:4200 to <TARGET> (ETIMEDOUT) (https://nodejs.org/api/errors.html#errors_common_system_errors)
but without proxy TARGET endpoint works well always so we've decided that it can be problem with proxying some, could you please clarify about it?
Might i need to add some configuration?
Thank you
Expected behavior
make proxy request
Actual behavior
make proxy request unstable
Setup
proxy middleware configuration
server mounting
Hello this issue more about clarification, i have regular proxy to redirect requests to avoid CORS
however also we need to be connected to customer VPN, and sometimes we have proxy worked and sometimes we have next
but without proxy TARGET endpoint works well always so we've decided that it can be problem with proxying some, could you please clarify about it?
Might i need to add some configuration?
Thank you