Hi,
I am trying to post to a form that is protected by basic authentication. I have tried sending various headers to automatically go through this, the latest being:
header("Location: http://#####");
header('Authorization: basic user:pass');
any help most appreciated. I'm stuck.