@AbdouAISubmitted over 1 year ago
Squirrello
@SquirrelloDevAll comments
- @SquirrelloDevPosted over 1 year ago
Hi! According to ipfy docs it's possible to get the domain by providing domain parameter to your API request. For example if you want to get information about google the request should look like: https://geo.ipify.org/api/v2/country,city?apiKey=YOUR_API_KEY&ipAddress=8.8.8.8&domain=google.com
Now with that knowledge try to distinct the domain from user input and pass the input to the request
Marked as helpful1