Hi all,
I'm using "google-chrome" in headless mode in Debian-8.7 which works with our own proxy-server. I use sth like:
# google-chrome --headless .... --proxy-server=A.B.C.D:X
http://example.com My
problem is that, I want chrome to send some extra http header
parameters to our proxy-server along with the usual parameters in
request. (in phantomjs this could be done by writing any extra http
header (field:value) pair in its input js file)
I searched but couldn't find anything that could do this for me.
Can this work be done by chrome and how?
Thank you for your time.