Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to modify requests made to pages that I subscribe to? #24
Comments
This comment has been minimized.
This comment has been minimized.
|
This seemed like a good idea, so I quickly added a new config.json value that lets you set the User-Agent header. It's documented here -- https://github.com/scripting/river5/blob/master/docs/CONFIG.md#httpport-1337 Let me know if it works. |
This comment has been minimized.
This comment has been minimized.
|
Hi, What should i change the User Agent headers to? It looks like socks5-https-client requires edit to the request headers.
I think i'll have to npm install socks5 first, then pass the Agent into the request. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2gavy commentedApr 29, 2018
Can i customise the User Agent headers? I want to leverage on socks5-https-client when performing the requests.
Thanks in advance.