Replies: 1 comment
-
You can try v3@beta. You should be able to get better debug and log data. createProxyMiddleware({
logger: console
}) # enable debug logging
DEBUG=http-proxy-middleware* node app.js |
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
-
Hello
I am proxying a call to an external webpage which has css and js files in the HREF tag. When set that href url as the target i dont get the css file instead i get the index page.
https://oecconsoles.pages.openearth.community/oec-doc/assets/stylesheets/main.2d9f7617.min.css
Opening this browser give the css file content.
But when i set this as target and call the proxies endpoint or page having the proxied endpoint as the href in the style tag return 404 not found.
Beta Was this translation helpful? Give feedback.
All reactions