Not sure if it's a correct place for bug requests, still.
I'm requesting my work intervals from an online fogbugz.com installation.
Here's the code I use to do it:
#!/bin/sh
FB_KEY=`cat ~/etc/myproject.fogbugz.com.token`
(
echo -ne "cmd=listIntervals&"
echo -ne "token=$FB_KEY"
) | POST -Ue https://myproject.fogbugz.com/api
I get back truncated XML and these headers:
200 OK
Cache-Control: private
Connection: close
Date: Wed, 25 Jan 2012 19:48:36 GMT
ETag:
Server: Microsoft-IIS/6.0
Content-Type: text/xml;charset=utf-8
Expires: Tue, 05 Sep 2000 09:00:00 GMT
Client-Aborted: die
Client-Date: Wed, 25 Jan 2012 19:48:36 GMT
Client-Peer: 64.34.80.163:443
Client-Response-Num: 1
Client-SSL-Cert-Issuer: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3
Client-SSL-Cert-Subject: /C=US/ST=New York/L=New York/O=Fog Creek Software, Inc./OU=IT/CN=*.fogbugz.com
Client-SSL-Cipher: DHE-RSA-AES256-SHA
Client-SSL-Socket-Class: IO::Socket::SSL
Client-Transfer-Encoding: chunked
Set-Cookie: sUniqueID=20120125194836-MY_IP_HERE-mblsf1u0p4; expires=Wed, 26-Jan-2022 00:48:36 GMT; path=/; secure; HttpOnly
X-AspNet-Version: 2.0.50727
X-Died: Missing newline after chunk data: <...XML Skipped...> at /usr/share/perl5/vendor_perl/Net/HTTP/Methods.pm line 481, <STDIN> line 1.
X-Powered-By: ASP.NET
XML is truncated at arbitrary places and sometimes it returns in full. The text in X-Died is the XML continued after the response was truncated.
My login is my username at gmail.com