Hi,
To add to what phildunlap said, you must include 'application/json' in the accepts header.
If basing your code on the question and answers on that stackoverflow page, you would need to add the following line before invoking the send method:
objHTTP.setRequestHeader "accept", "application/json"
Regards,
Gary