Hi,
I need to retrieve a document with MIME type "application/json". I'm using twill to log in to a site and when I attempt to go
to the URL pointing to the JSON document and show
it, I get this message:
'The HTTP header field "Accept" with value "text/html; */*" could not be parsed.'
I have tried changing the "Accept" field to "application/json" but still no dice.
Thanks!!