Is there a way to automatically send the username and password to a form, submit it and then confirm (all in the background)?
The login process consists of 2 screens. 1 screen to enter and submit. 1 screen to confirm. Then the booking screen.
The whole thing is done in CGI with html pages dynamically created.
I thought it might be possible to send the variables in the url, but that doesn't seem to work.
Why not collect the relevant info from the client, process it, and then send your own http form request to the airline to do the actual booking? more work scripting it all, I know, but it doesn't expose the username/password to all and sundry.