How can you spoof the IPaddr in the HTTP request header
using LWP::User Agent? I've been able to set remote-addr,
but need to set ipaddr so perl script can be used as a load generator to simulate various end user PCs comming in to a server.
Looking for some form like:
$req->header(????="IPADDR")
or $reg->?????("$IPADDR")
Any help appreciated.