rumkin / plant

🌳 JS web server charged with WebAPI and neat HTTP2 support
https://npmjs.com/package/@plant/plant
80 stars 6 forks source link

Does this work as proxy server? #36

Open nyanpass519 opened 3 years ago

nyanpass519 commented 3 years ago

Hi,

I am thinking to use plant as a proxy server on browser. I have tried several times but I could not achieve what I wanted. Does plant work as proxy server for video tag? Let's say, we have following html file.

html file:

I want plant to fetch "http://something_outside.com/video.mp4" and return content of the file without using specific handler/context of plant.

Thank you,