Is there a test account that is denied permission to use the fast server cookie? Being denied access is the only way I can see to be certain that the cookie went through the load balancer properly.
Or, as an alternative, someone could just tell me whether $req->push_header('Cookie' => 'ljfastserver=1');
looks
correct (where $req an HTTP::Request object). I've read the LWP::UserAgent and HTTP::* manpages, but I've had enough experience to
know that it should be tested... especially since I just played with Brad Fitzpatrick's 1.0.1 Perl client, and I don't claim to
fully understand LWP.