My typical approach of making JSONP requests to a different domain from the root of my website, https://example.com/, is no longer viable due to the switch to a secure connection. I need a solution that allows me to continue sending asynchronous requests to an external domain without triggering browser access restrictions. One potential workaround could involve restricting HTTPS to only the sign in/up page, although this is not the preferred method.