Is there any way to download a 3rd party webpage with NodeJS, when this page has CORS Policy restriction?
I am trying to develop a plugin for Lampa application (https://github.com/yumata/lampa-source/tree/main/plugins), network.silent
/network.native
is used there to download webpages, but it doesn’t work with some websites due to CORS.
1