Server crashing on HTTP.call with Meteor + mismatched async results

后端 未结 2 659
一个人的身影
一个人的身影 2021-01-15 19:46

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

2条回答
  •  时光取名叫无心
    2021-01-15 20:40

    Your API request is receiving a 401 unauthorized challenge response.

    You may need to proxy your request to avoid the challenge.

提交回复
热议问题