我正在尝试使用
sandbox environment
但所有请求都返回http状态
404
. 有趣的是,如果没有授权头,事件将返回
而不是
403
不像
production environment
. 另一个有趣的地方是
生产环境
返回
x-dnsme-requestId
,
x-dnsme-requestsRemaining
x-dnsme-requestLimit
头,但是
沙盘环境
不是。
卷曲请求示例:
curl --location --request GET 'https://api.sandbox.dnsmadeeasy.com/V2.0/dns/managed/' \
--header 'Content-Type: application/json' \
--header 'x-dnsme-hmac: ****' \
--header 'x-dnsme-apiKey: ****' \
--header 'x-dnsme-requestDate: Thu, 12 Nov 2020 14:28:18 GMT' \
--header 'Accept: application/json'