Proxy

Proxy

All HTTP requests generated by Web Roller will be made through the specified proxy server. Provide host:port.


Proxyemulation

Toggles the use of additional fields of the HTTP header for imitating different users working through a proxy server. Useful to emulate requests coming from multiple computers.

0 – do not use emulation;
1 – use emulation.


Proxymask

IP address mask used in Proxyemulation:

$C1 – low byte of the client number;
$C2 – high byte of the client number;
$R1 – low byte of the request number;
$R2 - high byte of the request number.

All values span form 1 to 254. To emulate requests coming from unique IP's, set the mask to:

$C2.$C1.$R2.$R1

Obviously if the amount of requests exceeds 64262, the $Rx values will be repeated. You can use a static value instead of $C2 if the amount of clients is lower than 253.