vimeo.js icon indicating copy to clipboard operation
vimeo.js copied to clipboard

Add proxy support

Open javanigus opened this issue 5 years ago • 2 comments

We have a security requirement in our network environment for all connections initiated by web backend to go through a proxy server. I see that proxy support was added to the Vimeo API PHP library.

https://github.com/vimeo/vimeo.php/pull/161

Can you add the same support in the Vimeo API Node JS library?

javanigus avatar Jan 10 '19 21:01 javanigus

I'm pretty swamped with other things right now, so the chances I'd get to that are pretty low, but I would totally accept a PR with that change if you'd like to toss one together.

erunion avatar Jan 10 '19 21:01 erunion

Hey there, I'm attempting to proxy the Vimeo API for remote deployment; similar to how Stripe API users can leverage 'stripe.setHttpAgent(new ProxyAgent(proxy))' through package: https://www.npmjs.com/package/https-proxy-agent

On my research travels I came across a file 'Vimeo Player LocalStorage Proxy' however I believe this is one of your internal files rather than anything I can leverage myself.

Any ideas if this support is in the pipeline?

OliHarris avatar Mar 17 '21 13:03 OliHarris