Closed chrishaensel closed 2 years ago
When using a headers.json on startup to pass my custom headers for crawling, Horseman apparently does not take the user-agent string I am passing.
my headers.json file: { "User-Agent": "MY-CUSTOM-UA" }
{ "User-Agent": "MY-CUSTOM-UA" }
Starting Horseman with horseman.exe --headers="C:\Users\holyshit\Desktop\headers.json"
horseman.exe --headers="C:\Users\holyshit\Desktop\headers.json"
Using a custom headers file will now disable device emulation.
When using a headers.json on startup to pass my custom headers for crawling, Horseman apparently does not take the user-agent string I am passing.
my headers.json file:
{ "User-Agent": "MY-CUSTOM-UA" }
Starting Horseman with
horseman.exe --headers="C:\Users\holyshit\Desktop\headers.json"