すべてのディスカッションに戻る
Query Client IP Address

coheny.ari
3 years ago
Hello, is there an input pattern to return the details of the client IP address directly?
ディスカッションに参加しましょう-以下にコメントを追加してください:
ログイン/サインアップして新しいコメントを投稿
Hello, is there an input pattern to return the details of the client IP address directly?
ディスカッションに参加しましょう-以下にコメントを追加してください:
Hi.
All you need to do is to retrieve the IP address of your client from the request (the implementation depends on the language you are using) and pass it to the API : https://ip-geo-location.p.rapidapi.com/ip/{CLIENT_IP_ADDRESS}
EXAMPLE: https://ip-geo-location.p.rapidapi.com/ip/23.123.12.11