I traced the django code all the way through to when the response is
going out and I see this:
(Pdb) response._headers
{'x-capdata-auth': ('X-Capdata-Auth', 'authorized'), 'content-type':
('Content-Type', 'text/html; charset=utf-8'), 'location': ('Location',
'
http://foo.bar.com:8000/workitem/12345'), 'vary': ('Vary', 'Cookie')}
Any one have any ideas as to why it doesn't seem to make it out?