Hello all,
I've been coding in PHP using Curl to navigate a website (not against terms of use), emulating a standard browser. Now I have a decent understanding of HTTP requests, and I've been using Tamper Data on Firefox for a clear record of all of the requests + responses involved in a particular action on the site in question. But applying these to the PHP script, everything seems to work fine (cookies set correctly etc, correct responses) until the final confirmation request, which fails for no good reason.
For privacy reasons, I'd prefer not to name the site and show the code publicly, and in any case it wouldn't be anything one can just 'look at' without running it yourself. However, if some kind soul with experience in these parts would offer just a few minutes to see if they can help me out, I'd be hugely grateful. It's nothing massive - about 7 requests involved - and, if I'm allowed to by forum rules, I'd be happy to make it up to you.
Cheers,
Dom