Hi there, could you tell me if the native fetch API uses cookies or proxies?
I’m building a website for downloading videos. Everything works fine on localhost, but after deploying it on Render, YouTube asks for cookies, and some other platforms block the server’s IP directly.
It's a desktop app, it use local cookies so it just work without an API.
On the other hand, most vps IP are blacklisted already, you gotta try many vps but they block them eventually anyway.
Hamid Karimi
Full-stack Developer | UI/UX Designer | React Native & ReactJS | ExpressJS | MongoDB
Hi there, could you tell me if the native fetch API uses cookies or proxies? I’m building a website for downloading videos. Everything works fine on localhost, but after deploying it on Render, YouTube asks for cookies, and some other platforms block the server’s IP directly.