namecheap

what is the clientIP in namecheap api request?

what is the clientIP in namecheap api request? Question: According to namecheap api docs, a request should have this structure: response_request = f’https://api.namecheap.com/xml.response?ApiUser={ApiUser}&ApiKey={ApiKey}&UserName={ApiUser}&Command=namecheap.domains.check&ClientIp={ClientIp}&DomainList={DomainList}’ But I keep receiving Error Number="1011150" Invalid request IP when I input ClientIp as my IP address (I use a shared IP). Asked By: Safwan Amin || Source Answers: The ClientIp is: …

Total answers: 1