Referer via .headers.add (General questions)
If I would set the referer of an HTTP request via .request.headers.add Refered , http://www.something.com
And via the .request.useragent I would set the useragent
Would both still be used by the component? Or do I have to set the refered via .request.referer?
Re: Referer via .headers.add
Hi Dirk,
In both cases Referer header will be send. It's same.
So you can choice which method of sending this header you want to use.
Hope I helped.
Regards,
Drazen