Replicating HTTP requests with PHP & cURL
I am trying to request a password protected page from something called "CM/ECF" (Pacer) to view court dockets and such with PHP/cURL. I am using a FireFox extension called Tamper Data which allows me to see headers and POST data, then trying to replicate that request PHP using cURL. It's not working for some reason, I keep getting a request to log in. I can log in just fine, save the cookie to the cookie jar and get the the "Main" page, but when I do a second curl call (sending the same cookie) to the search page the host redirects me to a login page. Two part question: Part 1 - When I use