<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

	<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'; connect-src 'self' http://example.com/;">

	
    <title>HTTPS Page</title>
</head>
<body>
    <h1>Over HTTPS - demop81.everlive.net</h1>

	Connection: close<br>Accept-Encoding: deflate, gzip<br>Accept: */*<br>User-Agent: WordPress/6.8.2; https://propertysolutionsnorthwest.com<br>Host: api.everlive.net<br><hr>REMOTE_ADDR: <pre>string(14) "68.178.246.237"
</pre><hr><pre>array(5) {
  ["gmcmux"]=>
  string(2) "99"
  ["tmx"]=>
  string(15) "1757868408-8903"
  ["ism"]=>
  string(1) "0"
  ["clh"]=>
  string(30) "propertysolutionsnorthwest.com"
  ["u"]=>
  string(52) "https://propertysolutionsnorthwest.com/areas-we-work"
}
</pre>
    <script>
        fetch('http://example.com')
            .then(response => response.text())
            .then(data => {
                console.log('Data from cross-origin server:', data);
            })
            .catch(error => {
                console.error('Error:', error);
            });
    </script>
</body>
</html>