I want to scrap some data with CasperJS from one popular site. I have already scraped successfully some data with pool of proxies. Now I’m worried about HTTP REQUEST headers, coming with my HTTP Request.
I know there a lot information about me, and my servers – so is there exist some way to delete or modify outgoing HTTP headers.
I want to scrap some data with CasperJS from one popular site. I have
Share
You can add custom headers to casperjs with the headers property. You should be able to alter headers that you are concerned about.
Example: http://casperjs.org/api.html#casper