On a redirect:
# These headers should never be forwarded
$referral->remove_header('Host', 'Cookie');Should the cookie always be removed? Or only if the redirect is to a different domain? I noticed that wget does not remove the cookie (at least when redirecting to same domain). -- Bill Moseley [email protected]
