-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Background
Webpage https://wynton.ucsf.edu/hpc/get-started/access-cluster.html tries to detect when the user is on the UCSFwifi or UCSF Eduroam network. If the user is, then a warning is displayed:
Issue
This used to work but has since stopped working - it no longer alerts the user.
Troubleshooting
This is because the https://www.ipify.org/ service no longer is configured for CORS:
The console log reports:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api64.ipify.org/?format=json. (Reason: CORS request did not succeed). Status code: (null).
Error obtaining IP address: TypeError: NetworkError when attempting to fetch resource.