downloading files scramble the names
kinda self explanatory
i.e. nexus mod downloading a zip gets you something like HIhuDiuKlfjfL
yo that is probably a feature that prevents internet censorship
Although it would be more appropriate to open an issue in the Ultraviolet-Node repository, I will try to solve this. Can you provide me with a link to your deployment on Heroku?
https://developmentbuild.herokuapp.com/
I've gotten it to work with rebuilding it but I ran into another issue of websites giving me 403 errors and am wondering how I can make the proxy be more "trusted"
I've gotten it to work with rebuilding it but I ran into another issue of websites giving me 403 errors and am wondering how I can make the proxy be more "trusted"
You can patch the bare server to operate over a residential HTTP proxy... This isn't really supported.
I've gotten it to work with rebuilding it but I ran into another issue of websites giving me 403 errors and am wondering how I can make the proxy be more "trusted"
You can patch the bare server to operate over a residential HTTP proxy... This isn't really supported.
Well where can I change the proxy server?
I don't suggest it. It will be some amount of trouble considering you need to deploy it with your modified bare server to Heroku.
However, it is nonetheless possible. Here is an outline of what you will most likely do:
- purchase a sketchy/sneaker bot residential proxy
- setup bare-server-node for development
- install https-proxy-agent
- replace
const httpsAgent = new Agentwith the constructor for the https proxy agent class - build, package it, upload to a CDN like discord, install the NPM package in your forked Ultraviolet-Node repository