Iam modifying the data from bucket brigade (i.e. replacing customer name with my own hardcoded name (where $h is filter data),
$h = $h . "&custlastname=XXtestnameXX";
$h is passed to a proxy.
But after doing all this, the value of 'custlastname' is being passed as blank to the remote server.