214
Just use cURL
(justuse.org)
Post funny things about programming here! (Or just rant about your favourite programming language.)
One more reason, there is a "copy as cURL" option in the Firefox developer tools network tab. It gives you a perfect cURL command including all the necessary cookies and headers to send the exact HTTP request that your browser just sent.
OMFG I wished I knew about this years ago! Thank you!
Yay, learning!