Hi Til (et all),
my request is versus https://sandbox.plazes.com/sessions.xml
This is what I get in response:
<html>
<head><title>411 Length Required</title></head>
<body bgcolor="white">
<center><h1>411 Length Required</h1></center>
<hr><center>nginx/0.5.35</center>
</body>
</html>
Btw, it works when I issue the same via curl - I just have no idea
what I need to supply in terms of "Length" here.
Obviously the request is a "POST" and I am not sending a "body" along.
I tried to send an empty body ('') - but that didn't help either. Is
this anything you can do about this? I'm not too up to date on HTTP
spec, but if Content-Length is absolutely required and not set - then
I guess it's a bug somewhere else.
Thanks,
Till