小编Saf*_*min的帖子

namecheap api 请求中的 clientIP 是什么?

根据 namecheap api 文档,请求应该具有以下结构:

response_request = f'https://api.namecheap.com/xml.response?ApiUser={ApiUser}&ApiKey={ApiKey}&UserName={ApiUser}&Command=namecheap.domains.check&ClientIp={ClientIp}&DomainList={DomainList}'
Run Code Online (Sandbox Code Playgroud)

但当我输入 ClientIp 作为我的 IP 地址(我使用共享 IP)时,我不断收到 Error Number="1011150" Invalid request IP 。

python api python-requests namecheap

5
推荐指数
1
解决办法
1244
查看次数

标签 统计

api ×1

namecheap ×1

python ×1

python-requests ×1