-
Notifications
You must be signed in to change notification settings - Fork 3
Trouble Shooting
Tim Kennedy edited this page Oct 29, 2023
·
1 revision
Open PowerShell in Windows Terminal and enter the following line to check ip-api.com
Invoke-RestMethod -Uri 'http://ip-api.com/json' | Format-List
or
Open PowerShell in Windows Terminal and enter the following line to check ipext.org
Invoke-RestMethod -Uri 'https://api.ipext.org/json' | Format-List
If you receive and error, try their websites: ip-api.com or ipext.org