Wix blocking sites

Hi! This error message is indicating that the website that is making the fetch request (likely the website hosted on Wix) has a different protocol (HTTPS) than the website that the request is being made to (https://extreme-ip-lookup.com/json/). Another solution could be to use a package or library that allows you to make cross-origin resource sharing (CORS) requests. This would allow your website hosted on Wix to make requests to a different domain (e.g. https://extreme-ip-lookup.com) even if the protocols are different.