Useragent compatability with nodejs prerender
Nyoroon opened this issue · 2 comments
Nyoroon commented
Current user agent is default chrome user agent.
Some configurations of web-servers require "Prerender" in user agent string to work correctly. It's possible to change user agent from chrome-prerender?
Nyoroon commented
Example config https://gist.github.com/thoop/8165802
messense commented
There is a set_user_agent
method, it's unused for now.
Chrome supports --user-agent
argument on command line to override default user-agent
but it seems that it's not working together with --headless
last time I checked.