Posts Tagged ‘http status 417’

HTTP error 417 with PHP’s curl March 11, 2010 4 Comments

I’ve been getting 417 response codes (Expectation failed) while making requests with PHP/curl to tinyurl.com (I’ll probably publish that project here in a week or two). Well, its very annoying. took me some time to figure that one out. If someone else wonders about it, that’s the deal: If the content length (of the request [...]