namecheap api 请求中的 clientIP 是什么?
what is the clientIP in namecheap api request?
根据 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}'
但我一直收到 Error Number="1011150" Invalid request IP 当我输入 ClientIp 作为我的 IP 地址时(我使用共享 IP)。
ClientIp 是:
- 发出请求的系统的 public IP 地址。 Google 搜索“我的 IP 是什么”,找到可以提供您的 public IP 地址的多项服务。
- 相同的 public IP 地址必须列入白名单。此 link 提供了有关 白名单 IP 的详细信息。
根据 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}'
但我一直收到 Error Number="1011150" Invalid request IP 当我输入 ClientIp 作为我的 IP 地址时(我使用共享 IP)。
ClientIp 是:
- 发出请求的系统的 public IP 地址。 Google 搜索“我的 IP 是什么”,找到可以提供您的 public IP 地址的多项服务。
- 相同的 public IP 地址必须列入白名单。此 link 提供了有关 白名单 IP 的详细信息。