I\'m getting two very weird results trying to make some basic GET calls with Meteor\'s HTTP library.
These same requests work fine with Curl and python, so it\'s not
Your API request is receiving a 401 unauthorized challenge response.
You may need to proxy your request to avoid the challenge.