-
Notifications
You must be signed in to change notification settings - Fork 878
Closed
Description
Checks
- I understand project setup issues should be asked on StackOverflow or in GitHub Discussions.
- I updated to latest
http-proxy-middleware.
Describe the bug (be clear and concise)
have the embed links for vimeoplayer i want to use my express server as proxy. I have added the endpoint which bascially proxies to vimeo embed link. My code is working fine on my local machine but on server sometimes it redirects to vimeo home page(vimeo.com).I am using http-proxy-middleware npm package and have done docker deployment using kubernetes on server. kindly let me know what steps can i take to stop it from redirecting and my proxy behave as it is intended to behave
Code is attached
app.use(/test-vimeo, proxy({target: https://player.vimeo.com/video/709386126?h=21417feddb,changeOrigin: true}))
Step-by-step reproduction instructions
run the proxy in dockerExpected behavior (be clear and concise)
it should proxy vimeo player link
How is http-proxy-middleware used in your project?
npm ls http-proxy-middlewareWhat http-proxy-middleware configuration are you using?
i am using version 2.0.0What OS/version and node/version are you seeing the problem?
I am using Mac OSAdditional context (optional)
No response
Metadata
Metadata
Assignees
Labels
No labels