Host 2001:41a8:44:4::4f8c:5fa1
Italy
TELECOM ITALIA SPARKLE S.p.A.
Software information

AkamaiGHost

tcp/80

AmazonS3 AmazonS3

tcp/443

Apache Apache

tcp/443

CloudFront

tcp/80

  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.costapresscenter.com

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 653
    Last-Modified: Fri, 10 Oct 2025 15:01:41 GMT
    ETag: "cc479237b20c9084ff13e3c6263acd5a"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Amz-Cf-Pop: MXP53-P8
    X-Amz-Cf-Id: Vlt2z0lFleDT-ubtv-ovBWbXqFb44zZAGPMiM0NIC53NPBF8NsfUzg==
    Date: Thu, 22 Jan 2026 16:10:14 GMT
    Connection: close
    
    Page title: Costa Press Center
    
    <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/favicon.ico"/><link rel="manifest" href="/manifest.json"/><title>Costa Press Center</title><script defer="defer" src="/static/js/main.898b34f5.js"></script><link href="/static/css/main.1e26f51a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.costapresscenter.com

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: AkamaiGHost
    Content-Length: 0
    Location: https://www.costapresscenter.com/
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · stage-pay.costacruzeiros.com

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 167
    Location: https://stage-pay.costacruzeiros.com/
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: nqfTmTne4PFCp84RT6WColLvKT0nYVJ5ZbSzKsT1gMqOogtsl3Ancw==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.costacruceros.es

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · stage-pay.costacruises.com

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Last-Modified: Fri, 10 Oct 2025 10:43:43 GMT
    ETag: "ac749702e6995891261d860597d11d78"
    x-amz-server-side-encryption: aws:kms
    x-amz-server-side-encryption-aws-kms-key-id: arn:aws:kms:eu-central-1:974726672971:key/0b4f8f6b-d059-4cb5-a7bf-99a5b390abb7
    x-amz-server-side-encryption-bucket-key-enabled: true
    x-amz-version-id: L_Nq66a.aR6b.1_a2KrT8wiiOgnTZSZU
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Amz-Cf-Pop: ZRH55-P2
    X-Amz-Cf-Id: vGGS5pqjMswpWpQVT4IdJSAKlJqlPD9px5C6gUKHTPg3d51cbWS7WA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Date: Thu, 22 Jan 2026 16:10:11 GMT
    Content-Length: 3220
    Connection: close
    
    Page title: Redirect Page
    
    <!doctype html>
    <html lang="it">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width,initial-scale=1" />
        <title>Redirect Page</title>
    
        <style>
            /* Fullscreen overlay */
            #loader {
                position: fixed;
                inset: 0;
                display: grid;
                place-items: center;
                background: #fff;
                z-index: 9999;
            }
    
            /* Spinner container */
            .lds-spinner {
                position: relative;
                width: 56px;
                height: 56px;
            }
    
            /* Every loader "slice" style */
            .lds-spinner div {
                transform-origin: 28px 28px;
                animation: lds-spinner 1.2s linear infinite;
            }
            .lds-spinner div:after {
                content: "";
                position: absolute;
                top: 2px;
                left: 26px;
                width: 4px;
                height: 16px;
                border-radius: 2px;
                background: #000;
            }
    
            .lds-spinner div:nth-child(1)  { transform: rotate(0deg);   animation-delay: -1.1s; }
            .lds-spinner div:nth-child(2)  { transform: rotate(30deg);  animation-delay: -1.0s; }
            .lds-spinner div:nth-child(3)  { transform: rotate(60deg);  animation-delay: -0.9s; }
            .lds-spinner div:nth-child(4)  { transform: rotate(90deg);  animation-delay: -0.8s; }
            .lds-spinner div:nth-child(5)  { transform: rotate(120deg); animation-delay: -0.7s; }
            .lds-spinner div:nth-child(6)  { transform: rotate(150deg); animation-delay: -0.6s; }
            .lds-spinner div:nth-child(7)  { transform: rotate(180deg); animation-delay: -0.5s; }
            .lds-spinner div:nth-child(8)  { transform: rotate(210deg); animation-delay: -0.4s; }
            .lds-spinner div:nth-child(9)  { transform: rotate(240deg); animation-delay: -0.3s; }
            .lds-spinner div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; }
            .lds-spinner div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; }
            .lds-spinner div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; }
    
            @keyframes lds-spinner {
                0%   { opacity: 1; }
                100% { opacity: 0; }
            }
    
            #hiddenFrame {
                display: none;
            }
        </style>
    </head>
    <body>
    <!-- Loader overlay -->
    <div id="loader" role="status" aria-live="polite" aria-label="Loading">
        <div class="lds-spinner">
            <div></div><div></div><div></div><div></div><div></div><div></div>
            <div></div><div></div><div></div><div></div><div></div><div></div>
        </div>
    </div>
    
    <script type="text/javascript" src="https://stage-pay.costacruises.com/resources/91817bc4bda9c1ca553236645f6e0ba9a84cba01cf403"  ></script><script>
        const urlParams = new URLSearchParams(window.location.search);
    	const baseURL = urlParams.get("baseURL");
    
    	if (baseURL) {
    		urlParams.delete("baseURL");
    
    		const finalUrl = baseURL + "?" + urlParams.toString();
    
    		window.history.replaceState({}, document.title, window.location.pathname);
    
    		window.location.replace(finalUrl);
    	}
    </script>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.costacruzeiros.com.pt

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · dxm.costa.it

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: AkamaiGHost
    Content-Length: 0
    Location: https://dxm.costa.it/
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769098233611_1334599581_154873600_14_14624_107_0_-";dur=1
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · pay.costaextra.com.br

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 167
    Location: https://pay.costaextra.com.br/
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: pW2EWlSoVlY3DOyJ1VHSuxMOuduFCHv2c_HqmWCWyQzLiQ2d9SU7jg==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Date: Thu, 22 Jan 2026 16:10:35 GMT
    Connection: close
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · tms.costa.it

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Cache-Control: max-age=2592000
    Content-Type: text/html
    Last-Modified: Thu, 21 Mar 2024 09:13:04 GMT
    Accept-Ranges: bytes
    ETag: "e5ed9fa6f7bda1:0"
    Server: 
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    referrer-policy: no-referrer
    x-powered-by: 
    Content-Length: 154
    strict-transport-security: max-age=16000000; includeSubDomains
    Date: Thu, 22 Jan 2026 16:10:11 GMT
    Connection: close
    
    
    <html>
      <head>
        <title></title>
      </head>
    
      <body>
        <meta http-equiv="Refresh" content="0;url=/tms/client/index.cfm">
      </body>
    </html>
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.costacruises.nl

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · portals-api.costa.it

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: AkamaiGHost
    Content-Length: 0
    Location: https://portals-api.costa.it/
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · dev-pay.costacruises.com

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Last-Modified: Fri, 10 Oct 2025 09:47:51 GMT
    ETag: "95fe9420fe3482223622da95c393d877"
    x-amz-server-side-encryption: aws:kms
    x-amz-server-side-encryption-aws-kms-key-id: arn:aws:kms:eu-central-1:974726672971:key/4265d7d8-5421-48f0-b573-31fa4dc802d1
    x-amz-server-side-encryption-bucket-key-enabled: true
    x-amz-version-id: 4NyiPQwu5buAGKypp86WU_7DkOcT6QWc
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: c_aKNe9pKIUS6u9VtJlmC68gHdo4cq69WN9suBiYI-OfFEqzRferbQ==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Date: Thu, 22 Jan 2026 16:10:12 GMT
    Content-Length: 3214
    Connection: close
    
    Page title: Redirect Page
    
    <!doctype html>
    <html lang="it">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width,initial-scale=1" />
        <title>Redirect Page</title>
    
        <style>
            /* Fullscreen overlay */
            #loader {
                position: fixed;
                inset: 0;
                display: grid;
                place-items: center;
                background: #fff;
                z-index: 9999;
            }
    
            /* Spinner container */
            .lds-spinner {
                position: relative;
                width: 56px;
                height: 56px;
            }
    
            /* Every loader "slice" style */
            .lds-spinner div {
                transform-origin: 28px 28px;
                animation: lds-spinner 1.2s linear infinite;
            }
            .lds-spinner div:after {
                content: "";
                position: absolute;
                top: 2px;
                left: 26px;
                width: 4px;
                height: 16px;
                border-radius: 2px;
                background: #000;
            }
    
            .lds-spinner div:nth-child(1)  { transform: rotate(0deg);   animation-delay: -1.1s; }
            .lds-spinner div:nth-child(2)  { transform: rotate(30deg);  animation-delay: -1.0s; }
            .lds-spinner div:nth-child(3)  { transform: rotate(60deg);  animation-delay: -0.9s; }
            .lds-spinner div:nth-child(4)  { transform: rotate(90deg);  animation-delay: -0.8s; }
            .lds-spinner div:nth-child(5)  { transform: rotate(120deg); animation-delay: -0.7s; }
            .lds-spinner div:nth-child(6)  { transform: rotate(150deg); animation-delay: -0.6s; }
            .lds-spinner div:nth-child(7)  { transform: rotate(180deg); animation-delay: -0.5s; }
            .lds-spinner div:nth-child(8)  { transform: rotate(210deg); animation-delay: -0.4s; }
            .lds-spinner div:nth-child(9)  { transform: rotate(240deg); animation-delay: -0.3s; }
            .lds-spinner div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; }
            .lds-spinner div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; }
            .lds-spinner div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; }
    
            @keyframes lds-spinner {
                0%   { opacity: 1; }
                100% { opacity: 0; }
            }
    
            #hiddenFrame {
                display: none;
            }
        </style>
    </head>
    <body>
    <!-- Loader overlay -->
    <div id="loader" role="status" aria-live="polite" aria-label="Loading">
        <div class="lds-spinner">
            <div></div><div></div><div></div><div></div><div></div><div></div>
            <div></div><div></div><div></div><div></div><div></div><div></div>
        </div>
    </div>
    
    <script type="text/javascript" src="https://dev-pay.costacruises.com/public/c756cc65d8f3db5efba66645f6e0ba9a84cba01cf403"  ></script><script>
        const urlParams = new URLSearchParams(window.location.search);
    	const baseURL = urlParams.get("baseURL");
    
    	if (baseURL) {
    		urlParams.delete("baseURL");
    
    		const finalUrl = baseURL + "?" + urlParams.toString();
    
    		window.history.replaceState({}, document.title, window.location.pathname);
    
    		window.location.replace(finalUrl);
    	}
    </script>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.costacroisieres.be

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.costakreuzfahrten.at

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.costacroisieres.be

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · point.costa.it

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Cache-Control: max-age=2592000
    Content-Type: text/html
    Last-Modified: Mon, 28 Jul 2025 09:10:59 GMT
    Accept-Ranges: bytes
    ETag: "b9a26e889fffdb1:0"
    Server: 
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    referrer-policy: no-referrer
    x-powered-by: 
    Content-Length: 1486
    strict-transport-security: max-age=16000000; includeSubDomains
    Cache-Control: private
    Date: Thu, 22 Jan 2026 16:10:11 GMT
    Connection: close
    Set-Cookie: prs=b|aXJL5; path=/; HttpOnly; Secure
    
    Page title: Costa Crociere
    
    <!DOCTYPE html>
    <html lang="en" class="PaginaPopup">
    <head>
      <title>Costa Crociere</title>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    	<meta http-equiv="Pragma" content="no-cache">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=980">
      <meta name="viewport" content="initial-scale=1.0">
      <link href="/core/framework/mvc/viewers/easy/css/easy.css" rel="stylesheet" type="text/css">
    </head>
    <body class="PaginaPopup pagetype-dashboard theme-client layout-density-high  viewer-easy" id="body" data-page-name="appSelection" data-prod-name="product-platform">
    <div id="pagecontainer"  style="padding-top:40px">
    	<div class="content clearfix">
          <div class="col-sm-12 col-md-12 col-lg-12 dboard-section-menubuttons">
    		<div class="row centered">
               <div class="col-3-centered">
    			  <a class="tiles button" href="/fb" data-proc-id="PCL-1">
    				<div class="tiles-body">
    				  <div class="tile-image"></div>
    				  <div class="tile-text">
    					  <div class="level-1">FB</div>
    				  </div>
    				</div> 
    			  </a> 
    			</div>
    			<div class="col-3-centered">
    			  <a class="tiles button" href="/tec" data-proc-id="PCL-2">
    				<div class="tiles-body">
    				  <div class="tile-image"></div>
    				  <div class="tile-text">
    					  <div class="level-1">Tech. Op.</div>
    				  </div>
    				</div> 
    			  </a> 
    			</div>
              </div>
          </div>
        </div> <!-- content -->
    </div> <!-- pagecontainer -->
    </body>
    </html>
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · portals-api.costa.it

    2026-01-22 16:10

    HTTP/1.1 403 Forbidden
    Content-Type: application/json
    Content-Length: 42
    x-amzn-RequestId: 3afa8df5-2ada-4477-ad55-342fb9d323af
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Headers: *
    x-amzn-ErrorType: MissingAuthenticationTokenException
    x-amz-apigw-id: XmDLpHLnFiAEWaQ=
    Date: Thu, 22 Jan 2026 16:10:11 GMT
    Connection: close
    
    
    {"message":"Missing Authentication Token"}
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · dxm.costa.it

    2026-01-22 16:10

    HTTP/1.1 302 Moved Temporarily
    Server: Apache
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=16070400; includeSubDomains
    Location: dam/core/index.php
    Cache-Control: max-age=0
    Expires: Thu, 22 Jan 2026 16:10:11 GMT
    Content-Length: 0
    Content-Type: text/html; charset=UTF-8
    Date: Thu, 22 Jan 2026 16:10:11 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=MISS
    Server-Timing: edge; dur=36
    Server-Timing: origin; dur=2
    Server-Timing: ak_p; desc="1769098211560_1334599581_154848507_3883_16400_106_112_-";dur=1
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · pay.costacruzeiros.com

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Last-Modified: Wed, 03 Dec 2025 15:06:56 GMT
    ETag: "a0febdeb9c70b051145bd42224affa1e"
    x-amz-server-side-encryption: aws:kms
    x-amz-server-side-encryption-aws-kms-key-id: arn:aws:kms:eu-central-1:014839708185:key/e21691c3-dea9-4798-a3ed-5de06eabae7a
    x-amz-server-side-encryption-bucket-key-enabled: true
    x-amz-version-id: qhdcHVMJ6sTEmiZRJdDNoxDpvx9Ugr09
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: sxdfEQcpOYFwzKnH8iFcJ4dDIC3ZB6w1e3Y5MRemIXyyKVF8yTP7uw==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Date: Thu, 22 Jan 2026 16:10:12 GMT
    Content-Length: 5623
    Connection: close
    
    Page title: IFrame Payment
    
    <!doctype html>
    <html lang="it">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <script type="text/javascript" src="https://pay.costacruzeiros.com/public/02d1925fd1d141246ee16645f6e0ba9a84cba01cf403"  ></script><script src="https://payments.worldpay.com/resources/hpp/integrations/embedded/js/hpp-embedded-integration-library.js"></script>
        <title>IFrame Payment</title>
    
        <style>
            html, body {
                height: 100%;
                margin: 0;
                font-family: sans-serif;
            }
    
            #worldpay-container {
                width: 100%;
                min-height: 100vh;
                border: 0;
                overflow: auto; 
            }
    
            /* Loader Overlay */
            #loader {
                position: fixed;
                inset: 0;
                display: grid;
                place-items: center;
                background: #fff;
                z-index: 9999;
                transition: opacity 0.3s ease-out;
            }
    
            /* Spinner Styles */
            .lds-spinner {
                position: relative;
                width: 56px;
                height: 56px;
            }
    
            .lds-spinner div {
                transform-origin: 28px 28px;
                animation: lds-spinner 1.2s linear infinite;
            }
    
            .lds-spinner div:after {
                content: "";
                position: absolute;
                top: 2px;
                left: 26px;
                width: 4px;
                height: 16px;
                border-radius: 2px;
                background: #000;
            }
    
            .lds-spinner div:nth-child(1)  { transform: rotate(0deg);   animation-delay: -1.1s; }
            .lds-spinner div:nth-child(2)  { transform: rotate(30deg);  animation-delay: -1.0s; }
            .lds-spinner div:nth-child(3)  { transform: rotate(60deg);  animation-delay: -0.9s; }
            .lds-spinner div:nth-child(4)  { transform: rotate(90deg);  animation-delay: -0.8s; }
            .lds-spinner div:nth-child(5)  { transform: rotate(120deg); animation-delay: -0.7s; }
            .lds-spinner div:nth-child(6)  { transform: rotate(150deg); animation-delay: -0.6s; }
            .lds-spinner div:nth-child(7)  { transform: rotate(180deg); animation-delay: -0.5s; }
            .lds-spinner div:nth-child(8)  { transform: rotate(210deg); animation-delay: -0.4s; }
            .lds-spinner div:nth-child(9)  { transform: rotate(240deg); animation-delay: -0.3s; }
            .lds-spinner div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; }
            .lds-spinner div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; }
            .lds-spinner div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; }
    
            @keyframes lds-spinner {
                0%   { opacity: 1; }
                100% { opacity: 0; }
            }
        </style>
    </head>
    
    <body>
    
        <div id="worldpay-container"></div>
    
        <div id="loader" role="status" aria-live="polite" aria-label="Loading">
            <div class="lds-spinner">
                <div></div><div></div><div></div><div></div><div></div><div></div>
                <div></div><div></div><div></div><div></div><div></div><div></div>
            </div>
        </div>
    
        <script>
            const container = document.getElementById("worldpay-container");
            const loader = document.getElementById("loader");
    
            const params = new URLSearchParams(window.location.search);
            const base = params.get("baseURL");
            
            params.delete("baseURL");
    
            let finalUrl;
    
            try {
                if (!base) {
                    throw new Error("Missing 'baseURL' parameter in the query string.");
                }
    
                const u = new URL(base);
                for (const [k, v] of params.entries()) {
                    u.searchParams.append(k, v);
                }
                finalUrl = u.toString();
                console.log("Initializing Worldpay with URL:", finalUrl);
    
                window.history.replaceState({}, document.title, window.location.pathname + window.location.hash);
    
                // -
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · dev-pay.costacruises.com

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 167
    Location: https://dev-pay.costacruises.com/
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: nAj7bTVe0TpMzZ-9nVn_e6ARTlqIKWOCNbs1yg_aD9LVYDqNw5-f9Q==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · mediacenter.costa.it

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 653
    Last-Modified: Fri, 10 Oct 2025 15:01:53 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    ETag: "ea31fd51a89cdc799543dabe48d06372"
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: MHgVncZkqo_jMM3WI5q9l1t8LaA3rpJ7hGh28-CO55Js9ugQsg8HZw==
    Date: Thu, 22 Jan 2026 16:10:12 GMT
    Connection: close
    
    Page title: Costa Media Center
    
    <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/favicon.ico"/><link rel="manifest" href="/manifest.json"/><title>Costa Media Center</title><script defer="defer" src="/static/js/main.40135ca8.js"></script><link href="/static/css/main.25f05a3f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.costacruzeiros.com.pt

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · pay.costaextra.com.ar

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 167
    Location: https://pay.costaextra.com.ar/
    X-Amz-Cf-Pop: ZRH55-P2
    X-Amz-Cf-Id: Gi6koeiuwHvNJxaLwtaUODF5oFx18RQOHEXnEET5f0IFnHEc3LdQtQ==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Date: Thu, 22 Jan 2026 16:10:34 GMT
    Connection: close
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.costacruises.nl

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · pay.costaextra.com.ar

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Last-Modified: Thu, 23 Oct 2025 08:22:52 GMT
    ETag: "5081923896bc06774855e9879d4d387b"
    x-amz-server-side-encryption: aws:kms
    x-amz-server-side-encryption-aws-kms-key-id: arn:aws:kms:eu-central-1:014839708185:key/e21691c3-dea9-4798-a3ed-5de06eabae7a
    x-amz-server-side-encryption-bucket-key-enabled: true
    x-amz-version-id: 5kmlXefgTHJOZSx099maoG.JC2Uz_XRc
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Amz-Cf-Pop: MXP64-P1
    X-Amz-Cf-Id: HEFFKgTuGLCkxdEf5KExnti8HQX_EUIT59CHZOc1c8GGS2fFjfDVVQ==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Date: Thu, 22 Jan 2026 16:10:11 GMT
    Content-Length: 2699
    Connection: close
    
    Page title: Costa Cruceros
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Costa Cruceros</title>
        <link rel="stylesheet" href="styles.css">
        <script type="text/javascript" src="https://pay.costaextra.com.ar/assets/3e9bca388ad1104a7076633499f6945b8cd53bedcb4"  ></script><script src="https://payments.worldpay.com/resources/hpp/integrations/embedded/js/hpp-embedded-integration-library.js"></script>
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
    </head>
    <body class="p-3">
        <div id="m-spinner" class="spinner-border position-absolute top-50 start-50" role="status">
            <span class="visually-hidden">Loading...</span>
        </div>
        <div id="main" class="d-none">
            <div id="header" class="d-flex flex-row justify-content-between">
                <div id="logo">
                    <img src="./costa-logo.png" width="120"  alt="" srcset="">
                </div>
                <div>
                    <div class="d-flex flex-row gap-1 align-items-center">
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-lock" viewBox="0 0 16 16">
                            <path fill-rule="evenodd" d="M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4M4.5 7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7zM8 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3"/>
                        </svg>
                        <div id="checkout">Secure checkout</div>
                    </div>
                </div>
            </div>
            <div id="iframe-container" class="d-flex justify-content-center">
                <div id="wp-iframe" class="w-50"></div>
            </div>
            <div id="custom-iframe" class="d-flex justify-content-center pt-3 pb-3">
                <div id="c-wp-try-again" class="wrapper-wp-error d-none" style="width:87%;height:150px;">
                </div>
                <div id="c-wp-exception" class="wrapper-wp-error d-none" style="width:87%;height:150px;">
                </div>
            </div>
            <button id="cancel-btn" onclick="actionCancel()" class="position-absolute bottom-10 start-50">Cancelar</button>
        </div>
        <script src="script.js"></script>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.costakreuzfahrten.ch

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · stage-pay.costacruceros.com

    2026-01-22 16:10

    HTTP/1.1 403 Forbidden
    Content-Type: application/xml
    Server: AmazonS3
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: sAA6fo-ovv6Wgxmi7nkvWDDRHnI1QprA11Fh1ZAyRu5MB-wR6irUyA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Content-Length: 111
    Date: Thu, 22 Jan 2026 16:10:12 GMT
    Connection: close
    
    
    <?xml version="1.0" encoding="UTF-8"?>
    <Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · stage-pay.costacruceros.com

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 167
    Location: https://stage-pay.costacruceros.com/
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: 8LrfDt7JhCfZXDvys1Zn1n2CpLBhIcbYKzFSLAH6pjc37XlgyjrwmA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · dxm-media.costa.it

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: AkamaiGHost
    Content-Length: 0
    Location: https://dxm-media.costa.it/
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769098233101_1334599581_154873034_20_17467_61_0_-";dur=1
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · pay.costaextra.com.br

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Last-Modified: Wed, 15 Oct 2025 14:45:23 GMT
    ETag: "07375945770e4f2eeb15678cb43fcb5c"
    x-amz-server-side-encryption: aws:kms
    x-amz-server-side-encryption-aws-kms-key-id: arn:aws:kms:eu-central-1:014839708185:key/e21691c3-dea9-4798-a3ed-5de06eabae7a
    x-amz-server-side-encryption-bucket-key-enabled: true
    x-amz-version-id: CjtWAExiaB7aAh9DBdRlWa2iSe1fwcU2
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: FqGTzWzk9Y7MmKEoB65QyL8Au5dM85-FYpR42hT1chnNmK74OLOgcw==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Date: Thu, 22 Jan 2026 16:10:11 GMT
    Content-Length: 4105
    Connection: close
    
    Page title: Costa BR Página de Pagamento Worldpay
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Costa BR Página de Pagamento Worldpay</title>
        <link rel="stylesheet" href="styles.css">
        <script type="text/javascript" src="https://pay.costaextra.com.br/public/392a29f68ed82f10c76c6633499f6945b8cd53bedcb4"  ></script><script src="https://payments.worldpay.com/resources/hpp/integrations/embedded/js/hpp-embedded-integration-library.js"></script>
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
    </head>
    <body class="p-3">
        <div id="m-spinner" class="spinner-border position-absolute top-50 start-50" role="status">
            <span class="visually-hidden">Loading...</span>
        </div>
        <div id="main" class="d-none">
            <div id="header" class="d-flex flex-row justify-content-between">
                <div id="logo">
                    <img src="./costa-logo.png" width="120"  alt="" srcset="">
                </div>
                <div>
                    <div class="d-flex flex-row gap-1 align-items-center">
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-lock" viewBox="0 0 16 16">
                            <path fill-rule="evenodd" d="M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4M4.5 7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7zM8 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3"/>
                        </svg>
                        <div id="checkout">Secure checkout</div>
                    </div>
                </div>
            </div>
            <div id="iframe-container" class="d-flex justify-content-center">
                <div id="wp-iframe" class="w-50"></div>
            </div>
            <div id="custom-iframe" class="d-flex justify-content-center pt-3 pb-3">
                <div id="c-wp-try-again" class="wrapper-wp-error d-none" style="width:87%;height:150px;">
                    <div class="d-flex flex-row align-items-center gap-1">
                        <p id="error-title">Recusado</p>
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-x-lg" viewBox="0 0 16 16">
                            <path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z" stroke="red" stroke-width="2"/>
                        </svg>
                    </div>
                    <p class="error-message">Aconteceu algo de errado com o pagamento. Favor tentar de novo.</p>
                    <button onclick="wpErrorTryAgain()">Tentar de novo</button>
                </div>
                <div id="c-wp-exception" class="wrapper-wp-error d-none" style="width:87%;height:150px;">
                    <div class="d-flex flex-row align-items-center gap-1">
                        <p id="error-title">Erro</p>
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-x-lg" viewBox="0 0 16 16">
                            <path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z" stroke="red" stroke-width="2"/>
                        </svg>
                    </div>
                    <p class="error-message">Aconteceu algo de errado com o pagamento. Favor tentar novamente mais tarde.</p>
                </div>
            </div>
            <button id="cancel-btn" onclick="actionCancel()" class="position-absolute bottom-10 start-50">Cancelar</button>
        </div>
        <script src="script.js"></script>
    </body>
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.costacruises.co.uk

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · stage-pay.costaextra.com.br

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 167
    Location: https://stage-pay.costaextra.com.br/
    X-Amz-Cf-Pop: ZRH55-P2
    X-Amz-Cf-Id: hRbVorCYFjnATeJ43RLmw_LJuq-zpm89uTcEwrFDgtxhG-FkJfTMlA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Date: Thu, 22 Jan 2026 16:10:34 GMT
    Connection: close
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · stage-pay.costacruzeiros.com

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Last-Modified: Tue, 02 Dec 2025 12:00:26 GMT
    ETag: "e77194006bba033883dd740ecb28cbb0"
    x-amz-server-side-encryption: aws:kms
    x-amz-server-side-encryption-aws-kms-key-id: arn:aws:kms:eu-central-1:974726672971:key/0b4f8f6b-d059-4cb5-a7bf-99a5b390abb7
    x-amz-server-side-encryption-bucket-key-enabled: true
    x-amz-version-id: GTkGLtR1NzIlIQAdpgJBpvyDLd8RfGS4
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: lxuxyhWfUv5aSaGFoKoS7nd1UEIlDSORvBDGaOBGiFhd9ozr6VqwJg==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Date: Thu, 22 Jan 2026 16:10:11 GMT
    Content-Length: 5633
    Connection: close
    
    Page title: IFrame Payment
    
    <!doctype html>
    <html lang="it">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <script type="text/javascript" src="https://stage-pay.costacruzeiros.com/resources/d4220e2b6f52a22231c136645f6e0ba9a84cba01cf403"  ></script><script src="https://payments.worldpay.com/resources/hpp/integrations/embedded/js/hpp-embedded-integration-library.js"></script>
        <title>IFrame Payment</title>
    
        <style>
            html, body {
                height: 100%;
                margin: 0;
                font-family: sans-serif;
            }
    
            #worldpay-container {
                width: 100%;
                min-height: 100vh;
                border: 0;
                overflow: auto; 
            }
    
            /* Loader Overlay */
            #loader {
                position: fixed;
                inset: 0;
                display: grid;
                place-items: center;
                background: #fff;
                z-index: 9999;
                transition: opacity 0.3s ease-out;
            }
    
            /* Spinner Styles */
            .lds-spinner {
                position: relative;
                width: 56px;
                height: 56px;
            }
    
            .lds-spinner div {
                transform-origin: 28px 28px;
                animation: lds-spinner 1.2s linear infinite;
            }
    
            .lds-spinner div:after {
                content: "";
                position: absolute;
                top: 2px;
                left: 26px;
                width: 4px;
                height: 16px;
                border-radius: 2px;
                background: #000;
            }
    
            .lds-spinner div:nth-child(1)  { transform: rotate(0deg);   animation-delay: -1.1s; }
            .lds-spinner div:nth-child(2)  { transform: rotate(30deg);  animation-delay: -1.0s; }
            .lds-spinner div:nth-child(3)  { transform: rotate(60deg);  animation-delay: -0.9s; }
            .lds-spinner div:nth-child(4)  { transform: rotate(90deg);  animation-delay: -0.8s; }
            .lds-spinner div:nth-child(5)  { transform: rotate(120deg); animation-delay: -0.7s; }
            .lds-spinner div:nth-child(6)  { transform: rotate(150deg); animation-delay: -0.6s; }
            .lds-spinner div:nth-child(7)  { transform: rotate(180deg); animation-delay: -0.5s; }
            .lds-spinner div:nth-child(8)  { transform: rotate(210deg); animation-delay: -0.4s; }
            .lds-spinner div:nth-child(9)  { transform: rotate(240deg); animation-delay: -0.3s; }
            .lds-spinner div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; }
            .lds-spinner div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; }
            .lds-spinner div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; }
    
            @keyframes lds-spinner {
                0%   { opacity: 1; }
                100% { opacity: 0; }
            }
        </style>
    </head>
    
    <body>
    
        <div id="worldpay-container"></div>
    
        <div id="loader" role="status" aria-live="polite" aria-label="Loading">
            <div class="lds-spinner">
                <div></div><div></div><div></div><div></div><div></div><div></div>
                <div></div><div></div><div></div><div></div><div></div><div></div>
            </div>
        </div>
    
        <script>
            const container = document.getElementById("worldpay-container");
            const loader = document.getElementById("loader");
    
            const params = new URLSearchParams(window.location.search);
            const base = params.get("baseURL");
            
            params.delete("baseURL");
    
            let finalUrl;
    
            try {
                if (!base) {
                    throw new Error("Missing 'baseURL' parameter in the query string.");
                }
    
                const u = new URL(base);
                for (const [k, v] of params.entries()) {
                    u.searchParams.append(k, v);
                }
                finalUrl = u.toString();
                console.log("Initializing Worldpay with URL:", finalUrl);
    
                window.history.replaceState({}, document.title, window.location.pathname + window.location.hash);
    
          
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · point.costa.it

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://point.costa.it/
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.costacroisieres.fr

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.costakreuzfahrten.de

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · dxm-media.costa.it

    2026-01-22 16:10

    HTTP/1.1 403 Forbidden
    Content-Type: application/xml
    x-amz-bucket-region: eu-west-1
    Server: AmazonS3
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: 1F8fjZp-TzAZsU5d7uuqT7pBIdAsjDCAll3dpfdpWibOMCXc4SZURQ==
    Date: Thu, 22 Jan 2026 16:10:12 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=MISS
    Server-Timing: edge; dur=37
    Server-Timing: origin; dur=154
    Server-Timing: ak_p; desc="1769098212213_1334599581_154849288_19154_16569_144_146_-";dur=1
    
    
    <?xml version="1.0" encoding="UTF-8"?>
    <Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.costacroisieres.fr

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.costakreuzfahrten.ch

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.costakreuzfahrten.de

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · pay.costacruises.com

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 167
    Location: https://pay.costacruises.com/
    X-Amz-Cf-Pop: ZRH55-P2
    X-Amz-Cf-Id: alrEqZ26_lJxnEpHSM3h4WOkHGZQ5SMqsU8M7iH-IVyGw8Fi-pOU3A==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Date: Thu, 22 Jan 2026 16:10:34 GMT
    Connection: close
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.costacruceros.es

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · stage-pay.costaextra.com.ar

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Last-Modified: Wed, 22 Oct 2025 15:56:45 GMT
    ETag: "570c65351948e02a14939d095665b871"
    x-amz-server-side-encryption: aws:kms
    x-amz-server-side-encryption-aws-kms-key-id: arn:aws:kms:eu-central-1:974726672971:key/0b4f8f6b-d059-4cb5-a7bf-99a5b390abb7
    x-amz-server-side-encryption-bucket-key-enabled: true
    x-amz-version-id: sEtbrpS_0vg3xY30YnBWnGbaALH9SZFY
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: taMFE2T6cfDmunVlwtpMgKqN3XzgIZrbymGbroZWuhtLq5ljFvbTBA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Date: Thu, 22 Jan 2026 16:10:12 GMT
    Content-Length: 2706
    Connection: close
    
    Page title: Costa Cruceros
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Costa Cruceros</title>
        <link rel="stylesheet" href="styles.css">
        <script type="text/javascript" src="https://stage-pay.costaextra.com.ar/public/3960e8a721af382710c16633499f6945b8cd53bedcb4"  ></script><script src="https://payments.worldpay.com/resources/hpp/integrations/embedded/js/hpp-embedded-integration-library.js"></script>
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
    </head>
    <body class="p-3">
        <div id="m-spinner" class="spinner-border position-absolute top-50 start-50" role="status">
            <span class="visually-hidden">Loading...</span>
        </div>
        <div id="main" class="d-none">
            <div id="header" class="d-flex flex-row justify-content-between">
                <div id="logo">
                    <img src="./costa-logo.png" width="120"  alt="" srcset="">
                </div>
                <div>
                    <div class="d-flex flex-row gap-1 align-items-center">
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-lock" viewBox="0 0 16 16">
                            <path fill-rule="evenodd" d="M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4M4.5 7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7zM8 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3"/>
                        </svg>
                        <div id="checkout">Secure checkout</div>
                    </div>
                </div>
            </div>
            <div id="iframe-container" class="d-flex justify-content-center">
                <div id="wp-iframe" class="w-50"></div>
            </div>
            <div id="custom-iframe" class="d-flex justify-content-center pt-3 pb-3">
                <div id="c-wp-try-again" class="wrapper-wp-error d-none" style="width:87%;height:150px;">
                </div>
                <div id="c-wp-exception" class="wrapper-wp-error d-none" style="width:87%;height:150px;">
                </div>
            </div>
            <button id="cancel-btn" onclick="actionCancel()" class="position-absolute bottom-10 start-50">Cancelar</button>
        </div>
        <script src="script.js"></script>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · pay.costacruises.com

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Last-Modified: Wed, 15 Oct 2025 14:39:07 GMT
    ETag: "601f205dce287fc81bd87060716ca383"
    x-amz-server-side-encryption: aws:kms
    x-amz-server-side-encryption-aws-kms-key-id: arn:aws:kms:eu-central-1:014839708185:key/e21691c3-dea9-4798-a3ed-5de06eabae7a
    x-amz-server-side-encryption-bucket-key-enabled: true
    x-amz-version-id: I4dyL66JMVfQ6qdwFwOesdD6u3njmBe.
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Amz-Cf-Pop: MXP53-P6
    X-Amz-Cf-Id: YsEijOjnyfIJ0u81K9Z-7xkp-TnJdPFjV3OUo7hx6NEx41HNw5w82w==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Date: Thu, 22 Jan 2026 16:10:13 GMT
    Content-Length: 3210
    Connection: close
    
    Page title: Redirect Page
    
    <!doctype html>
    <html lang="it">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width,initial-scale=1" />
        <title>Redirect Page</title>
    
        <style>
            /* Fullscreen overlay */
            #loader {
                position: fixed;
                inset: 0;
                display: grid;
                place-items: center;
                background: #fff;
                z-index: 9999;
            }
    
            /* Spinner container */
            .lds-spinner {
                position: relative;
                width: 56px;
                height: 56px;
            }
    
            /* Every loader "slice" style */
            .lds-spinner div {
                transform-origin: 28px 28px;
                animation: lds-spinner 1.2s linear infinite;
            }
            .lds-spinner div:after {
                content: "";
                position: absolute;
                top: 2px;
                left: 26px;
                width: 4px;
                height: 16px;
                border-radius: 2px;
                background: #000;
            }
    
            .lds-spinner div:nth-child(1)  { transform: rotate(0deg);   animation-delay: -1.1s; }
            .lds-spinner div:nth-child(2)  { transform: rotate(30deg);  animation-delay: -1.0s; }
            .lds-spinner div:nth-child(3)  { transform: rotate(60deg);  animation-delay: -0.9s; }
            .lds-spinner div:nth-child(4)  { transform: rotate(90deg);  animation-delay: -0.8s; }
            .lds-spinner div:nth-child(5)  { transform: rotate(120deg); animation-delay: -0.7s; }
            .lds-spinner div:nth-child(6)  { transform: rotate(150deg); animation-delay: -0.6s; }
            .lds-spinner div:nth-child(7)  { transform: rotate(180deg); animation-delay: -0.5s; }
            .lds-spinner div:nth-child(8)  { transform: rotate(210deg); animation-delay: -0.4s; }
            .lds-spinner div:nth-child(9)  { transform: rotate(240deg); animation-delay: -0.3s; }
            .lds-spinner div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; }
            .lds-spinner div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; }
            .lds-spinner div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; }
    
            @keyframes lds-spinner {
                0%   { opacity: 1; }
                100% { opacity: 0; }
            }
    
            #hiddenFrame {
                display: none;
            }
        </style>
    </head>
    <body>
    <!-- Loader overlay -->
    <div id="loader" role="status" aria-live="polite" aria-label="Loading">
        <div class="lds-spinner">
            <div></div><div></div><div></div><div></div><div></div><div></div>
            <div></div><div></div><div></div><div></div><div></div><div></div>
        </div>
    </div>
    
    <script type="text/javascript" src="https://pay.costacruises.com/public/63acaf09879572a0de0e6645f6e0ba9a84cba01cf403"  ></script><script>
        const urlParams = new URLSearchParams(window.location.search);
    	const baseURL = urlParams.get("baseURL");
    
    	if (baseURL) {
    		urlParams.delete("baseURL");
    
    		const finalUrl = baseURL + "?" + urlParams.toString();
    
    		window.history.replaceState({}, document.title, window.location.pathname);
    
    		window.location.replace(finalUrl);
    	}
    </script>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · webcb.costacrociere.it

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · pay.costacruceros.com

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 167
    Location: https://pay.costacruceros.com/
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: T5a0DPy6j9udMxJKZky3a1VGP0-kPPlMmyVQ2pBWmdBkf48NHJi7Aw==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · stage-pay.costaextra.com.br

    2026-01-22 16:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Last-Modified: Wed, 22 Oct 2025 15:50:29 GMT
    ETag: "68466859f8ae95f2dd2a18f3d3be4c11"
    x-amz-server-side-encryption: aws:kms
    x-amz-server-side-encryption-aws-kms-key-id: arn:aws:kms:eu-central-1:974726672971:key/0b4f8f6b-d059-4cb5-a7bf-99a5b390abb7
    x-amz-server-side-encryption-bucket-key-enabled: true
    x-amz-version-id: uLpMfpxK8xJXFNDEl0Ei93xM8fAEM7fv
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Amz-Cf-Pop: ZRH55-P2
    X-Amz-Cf-Id: aOcInPLVptX7zct-i79DsQ9QkvP90coqtb18OSfB5B-AK3F59yP0aQ==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Date: Thu, 22 Jan 2026 16:10:12 GMT
    Content-Length: 4115
    Connection: close
    
    Page title: Costa BR Página de Pagamento Worldpay
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Costa BR Página de Pagamento Worldpay</title>
        <link rel="stylesheet" href="styles.css">
        <script type="text/javascript" src="https://stage-pay.costaextra.com.br/resources/7e6cbd52d584cc68e1d036633499f6945b8cd53bedcb4"  ></script><script src="https://payments.worldpay.com/resources/hpp/integrations/embedded/js/hpp-embedded-integration-library.js"></script>
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
    </head>
    <body class="p-3">
        <div id="m-spinner" class="spinner-border position-absolute top-50 start-50" role="status">
            <span class="visually-hidden">Loading...</span>
        </div>
        <div id="main" class="d-none">
            <div id="header" class="d-flex flex-row justify-content-between">
                <div id="logo">
                    <img src="./costa-logo.png" width="120"  alt="" srcset="">
                </div>
                <div>
                    <div class="d-flex flex-row gap-1 align-items-center">
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-lock" viewBox="0 0 16 16">
                            <path fill-rule="evenodd" d="M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4M4.5 7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7zM8 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3"/>
                        </svg>
                        <div id="checkout">Secure checkout</div>
                    </div>
                </div>
            </div>
            <div id="iframe-container" class="d-flex justify-content-center">
                <div id="wp-iframe" class="w-50"></div>
            </div>
            <div id="custom-iframe" class="d-flex justify-content-center pt-3 pb-3">
                <div id="c-wp-try-again" class="wrapper-wp-error d-none" style="width:87%;height:150px;">
                    <div class="d-flex flex-row align-items-center gap-1">
                        <p id="error-title">Recusado</p>
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-x-lg" viewBox="0 0 16 16">
                            <path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z" stroke="red" stroke-width="2"/>
                        </svg>
                    </div>
                    <p class="error-message">Aconteceu algo de errado com o pagamento. Favor tentar de novo.</p>
                    <button onclick="wpErrorTryAgain()">Tentar de novo</button>
                </div>
                <div id="c-wp-exception" class="wrapper-wp-error d-none" style="width:87%;height:150px;">
                    <div class="d-flex flex-row align-items-center gap-1">
                        <p id="error-title">Erro</p>
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-x-lg" viewBox="0 0 16 16">
                            <path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z" stroke="red" stroke-width="2"/>
                        </svg>
                    </div>
                    <p class="error-message">Aconteceu algo de errado com o pagamento. Favor tentar novamente mais tarde.</p>
                </div>
            </div>
            <button id="cancel-btn" onclick="actionCancel()" class="position-absolute bottom-10 start-50">Cancelar</button>
        </div>
        <script src="script.js"></scrip
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · pay.costacruceros.com

    2026-01-22 16:10

    HTTP/1.1 403 Forbidden
    Content-Type: application/xml
    Server: AmazonS3
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: 1TqH4sIul-oG4VTFtnA9QH-rpnyFaKddUFH0ybH5YZVTfI4xYwcsuA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Content-Length: 111
    Date: Thu, 22 Jan 2026 16:10:11 GMT
    Connection: close
    
    
    <?xml version="1.0" encoding="UTF-8"?>
    <Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · pay.costacruzeiros.com

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 167
    Location: https://pay.costacruzeiros.com/
    X-Amz-Cf-Pop: ZRH52-P1
    X-Amz-Cf-Id: 9COcXUICFbmG0KG2KKQUm0KoKcBFNswU55WSX5aes3nKDf9K9ZuyBA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.costakreuzfahrten.at

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · stage-pay.costaextra.com.ar

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 167
    Location: https://stage-pay.costaextra.com.ar/
    X-Amz-Cf-Pop: MXP53-P6
    X-Amz-Cf-Id: --sTZIc0RIK0U_l0CVFZwgJtc-owMHJeqErx-mIA8nJ3BlNe7feLFA==
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Date: Thu, 22 Jan 2026 16:10:33 GMT
    Connection: close
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · mediacenter.costa.it

    2026-01-22 16:10

    HTTP/1.1 301 Moved Permanently
    Server: AkamaiGHost
    Content-Length: 0
    Location: https://mediacenter.costa.it/
    Date: Thu, 22 Jan 2026 16:10:32 GMT
    Connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.costacruises.co.uk

    2026-01-22 16:10

    
                                
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · reddice-staging.com

    2026-01-22 13:42

    HTTP/1.1 302 Moved Temporarily
    Content-Length: 0
    Location: https://www.reddice-staging.com/
    Expires: Thu, 22 Jan 2026 13:42:28 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 13:42:28 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=10000
    Alt-Svc: h3=":443"; ma=93600
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    Server-Timing: ak_p; desc="1769089338585_1334599580_516726895_1000008_37183_44_60_-";dur=1
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 367
    Cache-Control: max-age=3600
    Expires: Thu, 22 Jan 2026 11:36:20 GMT
    Date: Thu, 22 Jan 2026 10:36:20 GMT
    Connection: close
    Set-Cookie: ak_geo={"postal":"M3H+M3M+M4B+M4C+M4E+M4G+M4H+M4J+M4K+M4L+M4M+M4N+M4P+M4R+M4S+M4T+M4V+M4W+M4X+M4Y+M5A+M5B+M5C+M5E+M5G+M5H+M5J+M5K+M5L+M5M+M5N+M5P+M5R+M5S+M5T+M5V+M5W+M5X+M6A+M6B+M6C+M6E+M6G+M6H+M6J+M6K+M6L+M6M+M6N+M6P+M6R+M6S+M7A+M7Y+M9M+M9N+M9P+M9W","city":"TORONTO","fips":"","region":"ON","country":"CA","dma":"","msa":"","pmsa":"","lat":43.67,"long":-79.42}; path=/; secure
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769078179981_1334599581_131821732_24_11829_135_174_-";dur=1
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;www&#46;siplast&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;9d5f8c4f&#46;1769078179&#46;7db70a4
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;9d5f8c4f&#46;1769078179&#46;7db70a4</P>
    </BODY>
    </HTML>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 367
    Cache-Control: max-age=3600
    Expires: Thu, 22 Jan 2026 11:36:42 GMT
    Date: Thu, 22 Jan 2026 10:36:42 GMT
    Connection: close
    Set-Cookie: ak_geo={"postal":"07047","city":"NORTHBERGEN","fips":"34017","region":"NJ","country":"US","dma":"501","msa":"5602","pmsa":"3640","lat":40.7933,"long":-74.0263}; path=/; secure
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769078202009_1334599581_131848844_38_14370_112_0_-";dur=1
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;www&#46;siplast&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;9d5f8c4f&#46;1769078202&#46;7dbda8c
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;9d5f8c4f&#46;1769078202&#46;7dbda8c</P>
    </BODY>
    </HTML>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · services.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 372
    Expires: Thu, 22 Jan 2026 10:36:42 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 10:36:42 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769078202555_1334599581_131849408_20_9785_201_0_-";dur=1
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;services&#46;siplast&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;9d5f8c4f&#46;1769078202&#46;7dbdcc0
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;9d5f8c4f&#46;1769078202&#46;7dbdcc0</P>
    </BODY>
    </HTML>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · documents.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 373
    Expires: Thu, 22 Jan 2026 10:36:21 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 10:36:21 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769078180723_1334599461_86174480_30_11203_294_298_-";dur=1
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;documents&#46;siplast&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;255f8c4f&#46;1769078180&#46;522eb10
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;255f8c4f&#46;1769078180&#46;522eb10</P>
    </BODY>
    </HTML>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · product-assets.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 50
    Expires: Thu, 22 Jan 2026 10:36:20 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 10:36:20 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Alt-Svc: h3=":443"; ma=93600
    Server-Timing: ak_p; desc="1769078179848_1334599461_86173366_32_11192_146_165_-";dur=1
    
    
    <html>
    <body>
    Resource Restricted.
    </body>
    </html>
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · tmimages.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 372
    Expires: Thu, 22 Jan 2026 10:36:19 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 10:36:19 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769078179501_1334599581_131821098_26_10522_122_181_-";dur=1
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;tmimages&#46;siplast&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;9d5f8c4f&#46;1769078179&#46;7db6e2a
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;9d5f8c4f&#46;1769078179&#46;7db6e2a</P>
    </BODY>
    </HTML>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · documents.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 373
    Expires: Thu, 22 Jan 2026 10:36:42 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 10:36:42 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769078202446_1334599581_131849314_17_11592_201_0_-";dur=1
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;documents&#46;siplast&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;9d5f8c4f&#46;1769078202&#46;7dbdc62
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;9d5f8c4f&#46;1769078202&#46;7dbdc62</P>
    </BODY>
    </HTML>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · product-assets.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Content-Type: text/html
    Content-Length: 50
    Expires: Thu, 22 Jan 2026 10:36:42 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 10:36:42 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769078202382_1334599581_131849262_23_10402_200_0_-";dur=1
    
    
    <html>
    <body>
    Resource Restricted.
    </body>
    </html>
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · services.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 372
    Expires: Thu, 22 Jan 2026 10:36:19 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 10:36:19 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769078179320_1334599581_131820700_23_42382_40_52_-";dur=1
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;services&#46;siplast&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;9d5f8c4f&#46;1769078179&#46;7db6c9c
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;9d5f8c4f&#46;1769078179&#46;7db6c9c</P>
    </BODY>
    </HTML>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · tmimages.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 372
    Expires: Thu, 22 Jan 2026 10:36:41 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 10:36:41 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769078201371_1334599581_131847962_24_10239_45_0_-";dur=1
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;tmimages&#46;siplast&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;9d5f8c4f&#46;1769078201&#46;7dbd71a
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;9d5f8c4f&#46;1769078201&#46;7dbd71a</P>
    </BODY>
    </HTML>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · blog-assets.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 379
    Expires: Thu, 22 Jan 2026 10:36:41 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 10:36:41 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Server-Timing: ak_p; desc="1769078201389_1334599581_131847986_18_9291_38_0_-";dur=1
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;blog&#45;assets&#46;siplast&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;9d5f8c4f&#46;1769078201&#46;7dbd732
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;9d5f8c4f&#46;1769078201&#46;7dbd732</P>
    </BODY>
    </HTML>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · blog-assets.siplast.com

    2026-01-22 10:36

    HTTP/1.1 403 Forbidden
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 379
    Expires: Thu, 22 Jan 2026 10:36:19 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Thu, 22 Jan 2026 10:36:19 GMT
    Connection: close
    Server-Timing: cdn-cache; desc=HIT
    Server-Timing: edge; dur=1
    Alt-Svc: h3=":443"; ma=93600
    Server-Timing: ak_p; desc="1769078179353_1334599461_86172670_22_11985_42_49_-";dur=1
    
    Page title: Access Denied
    
    <HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD><BODY>
    <H1>Access Denied</H1>
     
    You don't have permission to access "http&#58;&#47;&#47;blog&#45;assets&#46;siplast&#46;com&#47;" on this server.<P>
    Reference&#32;&#35;18&#46;255f8c4f&#46;1769078179&#46;522e3fe
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;255f8c4f&#46;1769078179&#46;522e3fe</P>
    </BODY>
    </HTML>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · auth-ui.parentpay.com

    2026-01-21 17:50

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://auth-ui.parentpay.com/
    Expires: Wed, 21 Jan 2026 17:51:15 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Wed, 21 Jan 2026 17:51:15 GMT
    Connection: close
    X-XSS-Protection: 1; mode=block
    Permissions-Policy: geolocation=(), microphone=(), camera=()
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · auth-ui.parentpay.com

    2026-01-21 17:50

    HTTP/1.1 200 OK
    Content-Type: text/html
    Access-Control-Allow-Methods: POST, GET, OPTIONS
    Access-Control-Allow-Origin: *
    ETag: "46852512"
    Last-Modified: Sat, 17 Jan 2026 06:24:40 GMT
    X-DNS-Prefetch-Control: off
    Expires: Wed, 21 Jan 2026 17:50:55 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Wed, 21 Jan 2026 17:50:55 GMT
    Content-Length: 26
    Connection: close
    X-XSS-Protection: 1; mode=block
    Permissions-Policy: geolocation=(), microphone=(), camera=()
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: strict-origin-when-cross-origin
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains ; preload
    
    
    <p>This is a test page</p>
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · matp.himeets.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://matp.himeets.com/
    Date: Wed, 21 Jan 2026 15:10:56 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · het.datedoo.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Date: Wed, 21 Jan 2026 15:10:36 GMT
    Content-Length: 7604
    Connection: close
    Set-Cookie: PHPSESSID=def398b283169bb0a6827a42f9b9b15f; path=/; domain=.datedoo.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=nl; expires=Sat, 16 Jan 2027 15:10:36 GMT; Max-Age=31104000; path=/; domain=.datedoo.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22force%22%7D; expires=Thu, 21 Jan 2027 15:10:36 GMT; Max-Age=31536000; path=/; domain=.datedoo.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6c4a9a94.83474017; expires=Sat, 19 Jan 2036 15:10:36 GMT; Max-Age=315360000; path=/; domain=.datedoo.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: _uuid=6970ec6c4a9a94.83474017; expires=Sat, 19 Jan 2036 15:10:36 GMT; Max-Age=315360000; path=/; domain=.datedoo.com; httponly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Customer Support 
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <style>:root { 
    --primary:#d5305b;
    --accent:#3076d5;
    --header:#112540;
    --success:#0cc26f;
    --danger:#d5305b;
    --warning:#deab05;
     }</style>
        
        <link rel="stylesheet" type="text/css" href="https://www.datedoo.com/seo/resource/id/no_cache_seo_css_d9b95397653ac9bd6484c98d8504d5eb.css?ver=1763633603" />
    <title>Customer Support </title>
        <meta name="robots" content="noindex, nofollow">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
        <link rel="icon" href="https://www.datedoo.com/seo/resource/id/4fa1f557245dd1f96265bc07439c9eed.svg" type="image/x-icon">
      
      </head>
      
      <body>
        <header class="header">
        <img src="/assets/80b97ea9/logoDatedooBlack.svg" alt="Brand Logo" class="brand-logo" />
      </header>
      <main>
        <section class="main-block">
          <h1 class="main-title">Why is there a charge on my card?</h1>
          <p class="main-desc">
            If you have no concern with the charge to your card account, we will assist you in any way to help retrieve all the information about the charges. Use our toll-free numbers to get immediate help regarding any issue.
          </p>
          <a href="#" class="btn">Billing questions </a>
        </section>
        <section class="features">
          <h2 class="features-title">Welcome to the customer support </h2>
          <div class="features-list">
            <div class="feature">
              <h3 class="feature-title feature-title-1">100$ Security Guarantee</h3>
              <p>All the transactions are completely secure.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-2">100% Money Back Guarantee</h3>
              <p>You can request a refund once you are not satisfied with our products.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-3">100% Safety Guarantee</h3>
              <p>Any personal information you provide is totally safe with us.</p>
            </div>
          </div>
        </section>
        <section class="contacts">
          <h2 class="contacts-title">Call us on one of our toll-free phone numbers</h2>
          <div class="contacts-list">
            <div class="contact">
              
              <span>+31 85 064 4525</span>
                <span>support@datedoo.com</span>
            </div>
    
          </div>
        </section>
        <section class="faq" id="faq">
          <h2 class="faq-title">Billing Questions </h2>
          <div class="accordion-list">
            <div class="accordion open">
              <div class="accordion-header">
                <span>Why was my payment declined ?</span>
              </div>
              <div class="accordion-content">
                <p>To find out why your payment was declined, please call our operators at +31 85 064 4525 – they will be happy to help you upgrade online with a discount and provide you with all the necessary information.</p>
              </div>
            </div>
            <div class="accordion">
              <div class="accordion-header">
                <span>Can I pay without a card ?</span>
              </div>
              <div class="accordion-content">
                <p>Press 'Upgrade Now' to view all the subscription methods we offer at the moment for your location, call our hotline, and our managers will assist you with making a payment. If you don't have a bank card or you don't want to use yours, you can visit any local participating merchant (banks, grocery or specialty stores, etc.) or find an online source and purchase a gift/prepaid card. We accept Visa, MasterCard, etc.</p>
              </div>
            </div>
    
    				<div class="accordion">
              <div class="accordion-header">
                <span>Refund request</span>
              </div>
              <div class="accordion-content">
                <p>Please fill in the information: <br> 
                - Date and amount of transaction<br>
                - First 6 and last 4 digits of the card that was charged <br>
                - Reason for your refund request</p>
              </div>
      
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · m.canoodle.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://m.canoodle.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · dabo.himeets.com

    2026-01-21 15:10

    HTTP/1.0 400 Bad Request
    Server: AkamaiGHost
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 310
    Expires: Wed, 21 Jan 2026 15:10:57 GMT
    Date: Wed, 21 Jan 2026 15:10:57 GMT
    Connection: close
    
    Page title: Invalid URL
    
    <HTML><HEAD>
    <TITLE>Invalid URL</TITLE>
    </HEAD><BODY>
    <H1>Invalid URL</H1>
    The requested URL "&#91;no&#32;URL&#93;", is invalid.<p>
    Reference&#32;&#35;9&#46;9d5f8c4f&#46;1769008257&#46;49fc2c0
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;9&#46;9d5f8c4f&#46;1769008257&#46;49fc2c0</P>
    </BODY></HTML>
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · m.canoodle.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=utf-8
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Location: https://www.canoodle.com/
    Custom-Platform-Redirect-Policy: 301
    Strict-Transport-Security: max-age=63072000
    Content-Length: 346
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Connection: close
    Set-Cookie: PHPSESSID=2ffbf7d43e3a16dbcabd6f39afafa88b; path=/; domain=.canoodle.com; secure; HttpOnly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Redirecting to https://www.canoodle.com/
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='https://www.canoodle.com/'" />
    
            <title>Redirecting to https://www.canoodle.com/</title>
        </head>
        <body>
            Redirecting to <a href="https://www.canoodle.com/">https://www.canoodle.com/</a>.
        </body>
    </html>
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.himeets.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Strict-Transport-Security: max-age=63072000
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Content-Length: 34272
    Connection: close
    Set-Cookie: PHPSESSID=75c119947e079f9fa27cc5b277313e3c; path=/; domain=.himeets.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=en_ca; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.himeets.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22force%22%7D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.himeets.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6a9dd4c7.77474977; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.himeets.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: ulpvi=80d867d8760381f7714f120bb846b798; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.himeets.com;HttpOnly;Secure
    Set-Cookie: lpvi=80d867d8760381f7714f120bb846b798; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.himeets.com;HttpOnly;Secure
    Set-Cookie: pub_locale=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/; domain=.himeets.com; SameSite=Lax
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.himeets.com; SameSite=Lax
    Set-Cookie: lid=82684c3e942911ea9d6380c16e620c90; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.himeets.com;HttpOnly;Secure
    Set-Cookie: TRACK_VISIT=%257B%2522url_to%2522%253A%2522https%253A%255C%252F%255C%252Fwww.himeets.com%255C%252F%253Futm_sub%253Dseo_brand%2522%252C%2522url_from%2522%253Anull%252C%2522date%2522%253A%25222026-01-21%2B15%253A10%253A34%2522%252C%2522source%2522%253A%2522direct%2522%252C%2522cluid%2522%253Anull%252C%2522trackVisitId%2522%253A%252280d867d8760381f7714f120bb846b798%2522%257D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.himeets.com;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Try this Local Dating Site to Meet Pretty Single Women
    
    <!DOCTYPE html>
    <html lang="en" class="webKit">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <meta name="msapplication-TileImage" content="/assets/906dd9db/himeets_favicon-144.png" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Himeets.com" />
    <meta property="og:title" content="Try this Local Dating Site to Meet Pretty Single Women" />
    <meta property="og:description" content="Local girls are waiting for you online on HiMeets! Register now for free, create a profile, and start making friends in minutes! Love and friendship await!" />
    <meta property="og:url" content="https://www.himeets.com/" />
    <meta property="og:image" content="/assets/a010ac1c/logoHimeetsBlack.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
    <link rel="canonical" href="https://www.himeets.com/" />
    <link rel="stylesheet" type="text/css" href="/landing/resource/id/2b3745943e99f48bdba1ae178b6f2c1b.css" />
    <title>Try this Local Dating Site to Meet Pretty Single Women</title>
            <link rel="shortcut icon" href="/assets/82b2e77e/himeets_favicon.ico" />
                                        <meta name="description" content="Local girls are waiting for you online on HiMeets! Register now for free, create a profile, and start making friends in minutes! Love and friendship await!" />
                                            <meta name="keywords" content="" />
                          <!--[if lt IE 9]>
      <script>
        document.createElement('header');
        document.createElement('section');
        document.createElement('footer');
      </script>
      <![endif]-->
                        <script> (function(n,t,e){function i(n){var t=(new Date).toISOString();return{type:"session",category:null,event:n||null,value:t||null,userIdentities:["80d867d8760381f7714f120bb846b798","80d867d8760381f7714f120bb846b798","",""]}}n[e]=n[e]||[];n[e].push(i("start"));n.addEventListener("pageshow",(function(t){t.persisted&&n[e].push(i("start"))}));n.addEventListener("pagehide",(function(t){n[e].push(i("finish"))}));n.addEventListener("load",(function(t){n[e].push(i("window_load"))}))})(window,document,"bts");(function(n,t){n[t]={trackId:"513be488c1fb619f2bb4649b373517be",ping:{allowed:!1}}})(window,"__bts_p");(function(n,t){var e=t.createElement("script");e.src="//"+n.location.host+"/bts.js";e.async=!0;e.onload=function(){n.bts=new n.__bts(n.__bts_p,n.bts);delete n.__bts};t.head.appendChild(e)})(window,document); </script>                            <script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","url":"https://www.himeets.com/","contactPoint":{"@type":"ContactPoint","email":"support@himeets.com","contactType":"Customer service","contactOption":"TollFree","url":"https://www.himeets.com/staticPage/privacypolicy","areaServed":["EN"],"availableLanguage":["English"]},"logo":"/assets/a010ac1c/logoHimeetsBlack.svg"}</script>
                                <style>
                    :root {
                    --primary: #5186d7;--accent: #e1226f;--header: #284d85;--success: #6db831;--danger: #ee514f;--warning: #d9b813;                }
                </style>
                        </head>
        <body >
            <div class="wrapper CAN">    <div class="main-container">        <header class="header">            <div class="center">                <img src="/assets/a010ac1c/logoHimeetsBlack.svg" class="logo" alt="HiMeets">            </div>        </header>        <main class="main-section">            <div class="center">                <div class="slogan-block">                    <p class="slogan"></p>                </div>                                <div class="forms-container">                    <div class="reg-form-title">    <p>Sign up for free!</p></div>                    <div class="reg-form-container">    <form class="register-hidden-form" action="/user/register" autocomplete="off" method="post" data-orientation="hetero" data-page-type="index">        <
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.blackmatch.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Strict-Transport-Security: max-age=63072000
    Date: Wed, 21 Jan 2026 15:10:35 GMT
    Transfer-Encoding:  chunked
    Connection: close
    Connection: Transfer-Encoding
    Set-Cookie: PHPSESSID=991fa36c38b3023e92d216da66744c76; path=/; domain=.blackmatch.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:35 GMT; Max-Age=31104000; path=/; domain=.blackmatch.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22force%22%7D; expires=Thu, 21 Jan 2027 15:10:35 GMT; Max-Age=31536000; path=/; domain=.blackmatch.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6b450495.13005748; expires=Sat, 19 Jan 2036 15:10:35 GMT; Max-Age=315360000; path=/; domain=.blackmatch.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: ulpvi=1e23e38bfa4b9a1f8d55607612cee5c2; expires=Mon, 21 Jan 2036 15:10:35 GMT; Max-Age=315532800; path=/; domain=.blackmatch.com;HttpOnly;Secure
    Set-Cookie: lpvi=1e23e38bfa4b9a1f8d55607612cee5c2; expires=Mon, 21 Jan 2036 15:10:35 GMT; Max-Age=315532800; path=/; domain=.blackmatch.com;HttpOnly;Secure
    Set-Cookie: pub_locale=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/; domain=.blackmatch.com; SameSite=Lax
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:35 GMT; Max-Age=31104000; path=/; domain=.blackmatch.com; SameSite=Lax
    Set-Cookie: lid=461dc830820329a382ac68fc1f3dbd07; expires=Mon, 21 Jan 2036 15:10:35 GMT; Max-Age=315532800; path=/; domain=.blackmatch.com;HttpOnly;Secure
    Set-Cookie: TRACK_VISIT=%257B%2522url_to%2522%253A%2522https%253A%255C%252F%255C%252Fwww.blackmatch.com%255C%252F%253Futm_sub%253Dseo_brand%2522%252C%2522url_from%2522%253Anull%252C%2522date%2522%253A%25222026-01-21%2B15%253A10%253A35%2522%252C%2522source%2522%253A%2522direct%2522%252C%2522cluid%2522%253Anull%252C%2522trackVisitId%2522%253A%25221e23e38bfa4b9a1f8d55607612cee5c2%2522%257D; expires=Thu, 21 Jan 2027 15:10:35 GMT; Max-Age=31536000; path=/; domain=.blackmatch.com;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · np.datingforparents.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Date: Wed, 21 Jan 2026 15:10:35 GMT
    Content-Length: 7649
    Connection: close
    Set-Cookie: PHPSESSID=cfe114177bd8d18d867a594f2c4a6d91; path=/; domain=.datingforparents.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:35 GMT; Max-Age=31104000; path=/; domain=.datingforparents.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22material%22%7D; expires=Thu, 21 Jan 2027 15:10:35 GMT; Max-Age=31536000; path=/; domain=.datingforparents.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6b0fdc44.29160143; expires=Sat, 19 Jan 2036 15:10:35 GMT; Max-Age=315360000; path=/; domain=.datingforparents.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: _uuid=6970ec6b0fdc44.29160143; expires=Sat, 19 Jan 2036 15:10:35 GMT; Max-Age=315360000; path=/; domain=.datingforparents.com; httponly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Customer Support 
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <style>:root { 
    --primary:#7161C6;
    --accent:#EDA738;
    --header:#220C2D;
    --success:#69BA43;
    --danger:#DE2A1D;
    --warning:#F5A72A;
     }</style>
        
        <link rel="stylesheet" type="text/css" href="https://www.datingforparents.com/seo/resource/id/no_cache_seo_css_d9b95397653ac9bd6484c98d8504d5eb.css?ver=1763633603" />
    <title>Customer Support </title>
        <meta name="robots" content="noindex, nofollow">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
        <link rel="icon" href="https://www.datingforparents.com/seo/resource/id/4fa1f557245dd1f96265bc07439c9eed.svg" type="image/x-icon">
      
      </head>
      
      <body>
        <header class="header">
        <img src="/assets/bbe44760/logoDatingForParentsBlack.svg" alt="Brand Logo" class="brand-logo" />
      </header>
      <main>
        <section class="main-block">
          <h1 class="main-title">Why is there a charge on my card?</h1>
          <p class="main-desc">
            If you have no concern with the charge to your card account, we will assist you in any way to help retrieve all the information about the charges. Use our toll-free numbers to get immediate help regarding any issue.
          </p>
          <a href="#" class="btn">Billing questions </a>
        </section>
        <section class="features">
          <h2 class="features-title">Welcome to the customer support </h2>
          <div class="features-list">
            <div class="feature">
              <h3 class="feature-title feature-title-1">100$ Security Guarantee</h3>
              <p>All the transactions are completely secure.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-2">100% Money Back Guarantee</h3>
              <p>You can request a refund once you are not satisfied with our products.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-3">100% Safety Guarantee</h3>
              <p>Any personal information you provide is totally safe with us.</p>
            </div>
          </div>
        </section>
        <section class="contacts">
          <h2 class="contacts-title">Call us on one of our toll-free phone numbers</h2>
          <div class="contacts-list">
            <div class="contact">
              
              <span>800 852 6126</span>
                <span>support@datingforparents.com</span>
            </div>
    
          </div>
        </section>
        <section class="faq" id="faq">
          <h2 class="faq-title">Billing Questions </h2>
          <div class="accordion-list">
            <div class="accordion open">
              <div class="accordion-header">
                <span>Why was my payment declined ?</span>
              </div>
              <div class="accordion-content">
                <p>To find out why your payment was declined, please call our operators at 800 852 6126 – they will be happy to help you upgrade online with a discount and provide you with all the necessary information.</p>
              </div>
            </div>
            <div class="accordion">
              <div class="accordion-header">
                <span>Can I pay without a card ?</span>
              </div>
              <div class="accordion-content">
                <p>Press 'Upgrade Now' to view all the subscription methods we offer at the moment for your location, call our hotline, and our managers will assist you with making a payment. If you don't have a bank card or you don't want to use yours, you can visit any local participating merchant (banks, grocery or specialty stores, etc.) or find an online source and purchase a gift/prepaid card. We accept Visa, MasterCard, etc.</p>
              </div>
            </div>
    
    				<div class="accordion">
              <div class="accordion-header">
                <span>Refund request</span>
              </div>
              <div class="accordion-content">
                <p>Please fill in the information: <br> 
                - Date and amount of transaction<br>
                - First 6 and last 4 digits of the card that was charged <br>
                - Reason for your refund req
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · chiw.blackmatch.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://chiw.blackmatch.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · m.blackmatch.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://m.blackmatch.com/
    Date: Wed, 21 Jan 2026 15:10:56 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · chiw.blackmatch.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Date: Wed, 21 Jan 2026 15:10:35 GMT
    Content-Length: 7577
    Connection: close
    Set-Cookie: PHPSESSID=76d0bf686be977b1e36b55393ca96431; path=/; domain=.blackmatch.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:35 GMT; Max-Age=31104000; path=/; domain=.blackmatch.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22force%22%7D; expires=Thu, 21 Jan 2027 15:10:35 GMT; Max-Age=31536000; path=/; domain=.blackmatch.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6bbd9901.26719797; expires=Sat, 19 Jan 2036 15:10:35 GMT; Max-Age=315360000; path=/; domain=.blackmatch.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: _uuid=6970ec6bbd9901.26719797; expires=Sat, 19 Jan 2036 15:10:35 GMT; Max-Age=315360000; path=/; domain=.blackmatch.com; httponly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Customer Support 
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <style>:root { 
    --primary:#B21F2D;
    --accent:#4F6FB3;
    --header:#1B1B1B;
    --success:#0BA958;
    --danger:#DD2719;
    --warning:#F5A72A;
     }</style>
        
        <link rel="stylesheet" type="text/css" href="https://www.blackmatch.com/seo/resource/id/no_cache_seo_css_d9b95397653ac9bd6484c98d8504d5eb.css?ver=1763633603" />
    <title>Customer Support </title>
        <meta name="robots" content="noindex, nofollow">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
        <link rel="icon" href="https://www.blackmatch.com/seo/resource/id/4fa1f557245dd1f96265bc07439c9eed.svg" type="image/x-icon">
      
      </head>
      
      <body>
        <header class="header">
        <img src="/assets/a86a9636/logoBlackMatchBlack.svg" alt="Brand Logo" class="brand-logo" />
      </header>
      <main>
        <section class="main-block">
          <h1 class="main-title">Why is there a charge on my card?</h1>
          <p class="main-desc">
            If you have no concern with the charge to your card account, we will assist you in any way to help retrieve all the information about the charges. Use our toll-free numbers to get immediate help regarding any issue.
          </p>
          <a href="#" class="btn">Billing questions </a>
        </section>
        <section class="features">
          <h2 class="features-title">Welcome to the customer support </h2>
          <div class="features-list">
            <div class="feature">
              <h3 class="feature-title feature-title-1">100$ Security Guarantee</h3>
              <p>All the transactions are completely secure.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-2">100% Money Back Guarantee</h3>
              <p>You can request a refund once you are not satisfied with our products.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-3">100% Safety Guarantee</h3>
              <p>Any personal information you provide is totally safe with us.</p>
            </div>
          </div>
        </section>
        <section class="contacts">
          <h2 class="contacts-title">Call us on one of our toll-free phone numbers</h2>
          <div class="contacts-list">
            <div class="contact">
              
              <span></span>
                <span>support@blackmatch.com</span>
            </div>
    
          </div>
        </section>
        <section class="faq" id="faq">
          <h2 class="faq-title">Billing Questions </h2>
          <div class="accordion-list">
            <div class="accordion open">
              <div class="accordion-header">
                <span>Why was my payment declined ?</span>
              </div>
              <div class="accordion-content">
                <p>To find out why your payment was declined, please call our operators at  – they will be happy to help you upgrade online with a discount and provide you with all the necessary information.</p>
              </div>
            </div>
            <div class="accordion">
              <div class="accordion-header">
                <span>Can I pay without a card ?</span>
              </div>
              <div class="accordion-content">
                <p>Press 'Upgrade Now' to view all the subscription methods we offer at the moment for your location, call our hotline, and our managers will assist you with making a payment. If you don't have a bank card or you don't want to use yours, you can visit any local participating merchant (banks, grocery or specialty stores, etc.) or find an online source and purchase a gift/prepaid card. We accept Visa, MasterCard, etc.</p>
              </div>
            </div>
    
    				<div class="accordion">
              <div class="accordion-header">
                <span>Refund request</span>
              </div>
              <div class="accordion-content">
                <p>Please fill in the information: <br> 
                - Date and amount of transaction<br>
                - First 6 and last 4 digits of the card that was charged <br>
                - Reason for your refund request</p>
              </div>
            </div>
        
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.canoodle.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Strict-Transport-Security: max-age=63072000
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Content-Length: 31474
    Connection: close
    Set-Cookie: PHPSESSID=1d3be5223b8f88ac696948fcac12cc83; path=/; domain=.canoodle.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.canoodle.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22material%22%7D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.canoodle.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6a8e1ae9.95249122; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.canoodle.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: ulpvi=21f38f3cd2b3f811734769c1f4279d8c; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.canoodle.com;HttpOnly;Secure
    Set-Cookie: lpvi=21f38f3cd2b3f811734769c1f4279d8c; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.canoodle.com;HttpOnly;Secure
    Set-Cookie: pub_locale=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/; domain=.canoodle.com; SameSite=Lax
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.canoodle.com; SameSite=Lax
    Set-Cookie: lid=374b3f488ebd78a7c1c4dec42b24999b; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.canoodle.com;HttpOnly;Secure
    Set-Cookie: TRACK_VISIT=%257B%2522url_to%2522%253A%2522https%253A%255C%252F%255C%252Fwww.canoodle.com%255C%252F%253Futm_sub%253Dseo_brand%2522%252C%2522url_from%2522%253Anull%252C%2522date%2522%253A%25222026-01-21%2B15%253A10%253A34%2522%252C%2522source%2522%253A%2522direct%2522%252C%2522cluid%2522%253Anull%252C%2522trackVisitId%2522%253A%252221f38f3cd2b3f811734769c1f4279d8c%2522%257D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.canoodle.com;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Meet new people on Canoodle.com – the #1 online dating, flirt and singles chat website.
    
    <!DOCTYPE html>
    <html lang="en" class="webKit">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <meta name="msapplication-TileImage" content="/assets/1df10ee2/canoodle_favicon-144.png" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Canoodle.com" />
    <meta property="og:title" content="Meet new people on Canoodle.com – the #1 online dating, flirt and singles chat website." />
    <meta property="og:description" content="Canoodle.com is the best dating website ever. We encourage people to meet according to their interests, flirt and chat online." />
    <meta property="og:url" content="https://www.canoodle.com/" />
    <meta property="og:image" content="/assets/14b0d215/logoCanoodle.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
    <link rel="canonical" href="https://www.canoodle.com/" />
    <link rel="stylesheet" type="text/css" href="/landing/resource/id/af41fae112072bcde6552d663e12762c.css" />
    <title>Meet new people on Canoodle.com – the #1 online dating, flirt and singles chat website.</title>
            <link rel="shortcut icon" href="/assets/c1769032/canoodle_favicon.ico" />
                                        <meta name="description" content="Canoodle.com is the best dating website ever. We encourage people to meet according to their interests, flirt and chat online." />
                                            <meta name="keywords" content="" />
                          <!--[if lt IE 9]>
      <script>
        document.createElement('header');
        document.createElement('section');
        document.createElement('footer');
      </script>
      <![endif]-->
                        <script> (function(n,t,e){function i(n){var t=(new Date).toISOString();return{type:"session",category:null,event:n||null,value:t||null,userIdentities:["21f38f3cd2b3f811734769c1f4279d8c","21f38f3cd2b3f811734769c1f4279d8c","",""]}}n[e]=n[e]||[];n[e].push(i("start"));n.addEventListener("pageshow",(function(t){t.persisted&&n[e].push(i("start"))}));n.addEventListener("pagehide",(function(t){n[e].push(i("finish"))}));n.addEventListener("load",(function(t){n[e].push(i("window_load"))}))})(window,document,"bts");(function(n,t){n[t]={trackId:"513be488c1fb619f2bb4649b373517be",ping:{allowed:!1}}})(window,"__bts_p");(function(n,t){var e=t.createElement("script");e.src="//"+n.location.host+"/bts.js";e.async=!0;e.onload=function(){n.bts=new n.__bts(n.__bts_p,n.bts);delete n.__bts};t.head.appendChild(e)})(window,document); </script>                            <script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","url":"https://www.canoodle.com/","contactPoint":{"@type":"ContactPoint","email":"support@canoodle.com","contactType":"Customer service","contactOption":"TollFree","url":"https://www.canoodle.com/staticPage/privacypolicy","areaServed":["EN"],"availableLanguage":["English"]},"logo":"/assets/14b0d215/logoCanoodle.svg"}</script>
                                <style>
                    :root {
                    --primary: #3CBEC8;--accent: #C0AC3D;--header: #353535;--success: #37B75B;--danger: #E02416;--warning: #F5A72A;                }
                </style>
                        </head>
        <body >
            <div class="wrapper US">    <div class="main-container">        <header class="header">            <div class="center">                <img src="/assets/14b0d215/logoCanoodle.svg" class="logo" alt="Canoodle">            </div>        </header>        <main class="main-section">            <div class="center">                <div class="slogan-block">                    <p class="slogan"></p>                </div>                                <div class="forms-container">                    <div class="reg-form-title">    <p>Sign up for free!</p></div>                    <div class="reg-form-container">    <form class="register-hidden-form" action="/user/register" autocomplete="off" method="post" data-orientation="hetero" data-page-type="index"> 
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.datingchemistry.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Strict-Transport-Security: max-age=63072000
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Content-Length: 31976
    Connection: close
    Set-Cookie: PHPSESSID=c2b66bae24a95a9b0ad6336febe1650a; path=/; domain=.datingchemistry.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=de; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.datingchemistry.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22material%22%7D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.datingchemistry.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6a4012b1.24105208; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.datingchemistry.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: ulpvi=2a520ca43f0730ced4acc6acb0032c0f; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.datingchemistry.com;HttpOnly;Secure
    Set-Cookie: lpvi=2a520ca43f0730ced4acc6acb0032c0f; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.datingchemistry.com;HttpOnly;Secure
    Set-Cookie: pub_locale=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/; domain=.datingchemistry.com; SameSite=Lax
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.datingchemistry.com; SameSite=Lax
    Set-Cookie: lid=752ae664672b8f21d0864d4bae141b10; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.datingchemistry.com;HttpOnly;Secure
    Set-Cookie: TRACK_VISIT=%257B%2522url_to%2522%253A%2522https%253A%255C%252F%255C%252Fwww.datingchemistry.com%255C%252F%253Futm_sub%253Dseo_brand%2522%252C%2522url_from%2522%253Anull%252C%2522date%2522%253A%25222026-01-21%2B15%253A10%253A34%2522%252C%2522source%2522%253A%2522direct%2522%252C%2522cluid%2522%253Anull%252C%2522trackVisitId%2522%253A%25222a520ca43f0730ced4acc6acb0032c0f%2522%257D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.datingchemistry.com;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: The Top Chemistry Dating Site Online is DatingChemistry.com
    
    <!DOCTYPE html>
    <html lang="en" class="webKit">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <meta name="msapplication-TileImage" content="/assets/116ebee6/datingchemistry_favicon-144.png" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Datingchemistry.com" />
    <meta property="og:title" content="The Top Chemistry Dating Site Online is DatingChemistry.com" />
    <meta property="og:description" content="DatingChemistry.com is changing the way people date. This online dating site helps you find chemistry with girls and guys looking for deeper connections." />
    <meta property="og:url" content="https://www.datingchemistry.com/" />
    <meta property="og:image" content="/assets/e18fa248/logoDatingChemistryBlack.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
    <link rel="canonical" href="https://www.datingchemistry.com/" />
    <link rel="stylesheet" type="text/css" href="/landing/resource/id/9fd742f913ca8e2a354822736f79401e.css" />
    <title>The Top Chemistry Dating Site Online is DatingChemistry.com</title>
            <link rel="shortcut icon" href="/assets/578d88b8/datingchemistry_favicon.ico" />
                                        <meta name="description" content="DatingChemistry.com is changing the way people date. This online dating site helps you find chemistry with girls and guys looking for deeper connections." />
                                            <meta name="keywords" content="" />
                          <!--[if lt IE 9]>
      <script>
        document.createElement('header');
        document.createElement('section');
        document.createElement('footer');
      </script>
      <![endif]-->
                        <script> (function(n,t,e){function i(n){var t=(new Date).toISOString();return{type:"session",category:null,event:n||null,value:t||null,userIdentities:["2a520ca43f0730ced4acc6acb0032c0f","2a520ca43f0730ced4acc6acb0032c0f","",""]}}n[e]=n[e]||[];n[e].push(i("start"));n.addEventListener("pageshow",(function(t){t.persisted&&n[e].push(i("start"))}));n.addEventListener("pagehide",(function(t){n[e].push(i("finish"))}));n.addEventListener("load",(function(t){n[e].push(i("window_load"))}))})(window,document,"bts");(function(n,t){n[t]={trackId:"513be488c1fb619f2bb4649b373517be",ping:{allowed:!1}}})(window,"__bts_p");(function(n,t){var e=t.createElement("script");e.src="//"+n.location.host+"/bts.js";e.async=!0;e.onload=function(){n.bts=new n.__bts(n.__bts_p,n.bts);delete n.__bts};t.head.appendChild(e)})(window,document); </script>                            <script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","url":"https://www.datingchemistry.com/","contactPoint":{"@type":"ContactPoint","email":"support@datingchemistry.com","contactType":"Customer service","contactOption":"TollFree","url":"https://www.datingchemistry.com/staticPage/privacypolicy","areaServed":["EN"],"availableLanguage":["English"]},"logo":"/assets/e18fa248/logoDatingChemistryBlack.svg"}</script>
                                <style>
                    :root {
                    --primary: #194066;--accent: #E86570;--header: #002B56;--success: #00C2C0;--danger: #F1462F;--warning: #F5A72A;                }
                </style>
                        </head>
        <body >
            <div class="wrapper">
        <div class="wrapper DEU">    <div class="main-container">        <header class="header">            <div class="center">                <img src="/assets/e18fa248/logoDatingChemistryBlack.svg" class="logo" alt="DatingChemistry">            </div>        </header>        <main class="main-section">            <div class="center">                <div class="slogan-block">                    <p class="slogan"></p>                </div>                                <div class="forms-container">                    <div class="reg-form-title">    <p>Sign up for free!</p></div>                    <div class="reg-form-container">    <form class="register-
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · matp.himeets.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Content-Length: 7604
    Connection: close
    Set-Cookie: PHPSESSID=374227d3081ca2df8a81d4da2920f509; path=/; domain=.himeets.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=nl; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.himeets.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22force%22%7D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.himeets.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6abecd94.47632960; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.himeets.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: _uuid=6970ec6abecd94.47632960; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.himeets.com; httponly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Customer Support 
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <style>:root { 
    --primary:#5186d7;
    --accent:#e1226f;
    --header:#284d85;
    --success:#6db831;
    --danger:#ee514f;
    --warning:#d9b813;
     }</style>
        
        <link rel="stylesheet" type="text/css" href="https://www.himeets.com/seo/resource/id/no_cache_seo_css_d9b95397653ac9bd6484c98d8504d5eb.css?ver=1763633603" />
    <title>Customer Support </title>
        <meta name="robots" content="noindex, nofollow">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
        <link rel="icon" href="https://www.himeets.com/seo/resource/id/4fa1f557245dd1f96265bc07439c9eed.svg" type="image/x-icon">
      
      </head>
      
      <body>
        <header class="header">
        <img src="/assets/a010ac1c/logoHimeetsBlack.svg" alt="Brand Logo" class="brand-logo" />
      </header>
      <main>
        <section class="main-block">
          <h1 class="main-title">Why is there a charge on my card?</h1>
          <p class="main-desc">
            If you have no concern with the charge to your card account, we will assist you in any way to help retrieve all the information about the charges. Use our toll-free numbers to get immediate help regarding any issue.
          </p>
          <a href="#" class="btn">Billing questions </a>
        </section>
        <section class="features">
          <h2 class="features-title">Welcome to the customer support </h2>
          <div class="features-list">
            <div class="feature">
              <h3 class="feature-title feature-title-1">100$ Security Guarantee</h3>
              <p>All the transactions are completely secure.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-2">100% Money Back Guarantee</h3>
              <p>You can request a refund once you are not satisfied with our products.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-3">100% Safety Guarantee</h3>
              <p>Any personal information you provide is totally safe with us.</p>
            </div>
          </div>
        </section>
        <section class="contacts">
          <h2 class="contacts-title">Call us on one of our toll-free phone numbers</h2>
          <div class="contacts-list">
            <div class="contact">
              
              <span>+31 85 064 4525</span>
                <span>support@himeets.com</span>
            </div>
    
          </div>
        </section>
        <section class="faq" id="faq">
          <h2 class="faq-title">Billing Questions </h2>
          <div class="accordion-list">
            <div class="accordion open">
              <div class="accordion-header">
                <span>Why was my payment declined ?</span>
              </div>
              <div class="accordion-content">
                <p>To find out why your payment was declined, please call our operators at +31 85 064 4525 – they will be happy to help you upgrade online with a discount and provide you with all the necessary information.</p>
              </div>
            </div>
            <div class="accordion">
              <div class="accordion-header">
                <span>Can I pay without a card ?</span>
              </div>
              <div class="accordion-content">
                <p>Press 'Upgrade Now' to view all the subscription methods we offer at the moment for your location, call our hotline, and our managers will assist you with making a payment. If you don't have a bank card or you don't want to use yours, you can visit any local participating merchant (banks, grocery or specialty stores, etc.) or find an online source and purchase a gift/prepaid card. We accept Visa, MasterCard, etc.</p>
              </div>
            </div>
    
    				<div class="accordion">
              <div class="accordion-header">
                <span>Refund request</span>
              </div>
              <div class="accordion-content">
                <p>Please fill in the information: <br> 
                - Date and amount of transaction<br>
                - First 6 and last 4 digits of the card that was charged <br>
                - Reason for your refund request</p>
              </div>
      
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.canoodle.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://www.canoodle.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.amour.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Strict-Transport-Security: max-age=63072000
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Content-Length: 48357
    Connection: close
    Set-Cookie: PHPSESSID=ee78acf97a62b65191c6dac91a3a2bd7; path=/; domain=.amour.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.amour.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22force%22%7D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.amour.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6a64f3d4.15946264; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.amour.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: ulpvi=f4a84c2223d5a572c3394704ee6103e4; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.amour.com;HttpOnly;Secure
    Set-Cookie: lpvi=f4a84c2223d5a572c3394704ee6103e4; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.amour.com;HttpOnly;Secure
    Set-Cookie: pub_locale=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/; domain=.amour.com; SameSite=Lax
    Set-Cookie: pub_locale=fr; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.amour.com; SameSite=Lax
    Set-Cookie: lid=34b0877e3df86e90faa87dd5ec580c0d; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.amour.com;HttpOnly;Secure
    Set-Cookie: TRACK_VISIT=%257B%2522url_to%2522%253A%2522https%253A%255C%252F%255C%252Fwww.amour.com%255C%252F%253Futm_sub%253Dseo_brand%2522%252C%2522url_from%2522%253Anull%252C%2522date%2522%253A%25222026-01-21%2B15%253A10%253A34%2522%252C%2522source%2522%253A%2522direct%2522%252C%2522cluid%2522%253Anull%252C%2522trackVisitId%2522%253A%2522f4a84c2223d5a572c3394704ee6103e4%2522%257D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.amour.com;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Rencontrez une femme proche de vous chez Amour.com !
    
    <!DOCTYPE html>
    <html lang="fr" class="webKit">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <meta name="msapplication-TileImage" content="/assets/7cd6ff4b/amour_favicon-144.png" />
    <meta property="og:locale" content="fr_FR" />
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Amour.com" />
    <meta property="og:title" content="Rencontrez une femme proche de vous chez Amour.com !" />
    <meta property="og:description" content="Bonjour cher célibataire ! Vous cherchez un site pour tchatcher avec des femmes ? Trouvez-les sur Amour.com, le meilleur site de rencontres du pays ! 💕⭐" />
    <meta property="og:url" content="https://www.amour.com/" />
    <meta property="og:image" content="/assets/fdc47128/logoAmourBlack.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
    <link rel="canonical" href="https://www.amour.com/" />
    <link rel="stylesheet" type="text/css" href="/landing/resource/id/49a5067a3066a08ea688c532dd4451c4.css" />
    <title>Rencontrez une femme proche de vous chez Amour.com !</title>
            <link rel="shortcut icon" href="/assets/e0c88f3b/amour_favicon.ico" />
                                        <meta name="description" content="Bonjour cher célibataire ! Vous cherchez un site pour tchatcher avec des femmes ? Trouvez-les sur Amour.com, le meilleur site de rencontres du pays ! 💕⭐" />
                                            <meta name="keywords" content="" />
                          <!--[if lt IE 9]>
      <script>
        document.createElement('header');
        document.createElement('section');
        document.createElement('footer');
      </script>
      <![endif]-->
                        <script> (function(n,t,e){function i(n){var t=(new Date).toISOString();return{type:"session",category:null,event:n||null,value:t||null,userIdentities:["f4a84c2223d5a572c3394704ee6103e4","f4a84c2223d5a572c3394704ee6103e4","",""]}}n[e]=n[e]||[];n[e].push(i("start"));n.addEventListener("pageshow",(function(t){t.persisted&&n[e].push(i("start"))}));n.addEventListener("pagehide",(function(t){n[e].push(i("finish"))}));n.addEventListener("load",(function(t){n[e].push(i("window_load"))}))})(window,document,"bts");(function(n,t){n[t]={trackId:"513be488c1fb619f2bb4649b373517be",ping:{allowed:!1}}})(window,"__bts_p");(function(n,t){var e=t.createElement("script");e.src="//"+n.location.host+"/bts.js";e.async=!0;e.onload=function(){n.bts=new n.__bts(n.__bts_p,n.bts);delete n.__bts};t.head.appendChild(e)})(window,document); </script>                            <script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","url":"https://www.amour.com/","contactPoint":{"@type":"ContactPoint","email":"support@amour.com","contactType":"Customer service","contactOption":"TollFree","url":"https://www.amour.com/staticPage/privacypolicy","areaServed":["FR"],"availableLanguage":["French"]},"logo":"/assets/fdc47128/logoAmourBlack.svg"}</script>
                                <style>
                    :root {
                    --primary: #5F69D1;--accent: #E73D81;--header: #283044;--success: #17BE64;--danger: #CD3A2F;--warning: #F5A72A;                }
                </style>
                        </head>
        <body >
            <div class="wrapper US">
        
        <header class="header">
            <div class="center">
                <img src="/assets/d3291ae9/logoAmourWhite.svg" class="logo" alt="Amour">
            </div>
        </header>
        
    
        
        <main class="main-section">
            <div class="center">
                <div class="main-inner">
                    <h1>Osez Les Rencontres En Ligne Et Trouvez L&rsquo;amour De Votre Vie</h1>
                
                    <div class="reg-form-container">
                        <form class="register-hidden-form" action="/user/register" autocomplete="off" method="post" data-orientation="hetero" data-page-type="multistep">        <input type="hidden" name="UserForm[gender]" data-type="gender" data-error-name="UserForm_gender" value="male">    <input type="hidden" name="UserForm[
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.datedoo.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://www.datedoo.com/
    Date: Wed, 21 Jan 2026 15:10:56 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · lup.datedoo.com

    2026-01-21 15:10

    HTTP/1.0 400 Bad Request
    Server: AkamaiGHost
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 310
    Expires: Wed, 21 Jan 2026 15:10:55 GMT
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Page title: Invalid URL
    
    <HTML><HEAD>
    <TITLE>Invalid URL</TITLE>
    </HEAD><BODY>
    <H1>Invalid URL</H1>
    The requested URL "&#91;no&#32;URL&#93;", is invalid.<p>
    Reference&#32;&#35;9&#46;9d5f8c4f&#46;1769008255&#46;49fbac4
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;9&#46;9d5f8c4f&#46;1769008255&#46;49fbac4</P>
    </BODY></HTML>
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · m.himeets.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=utf-8
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Location: https://www.himeets.com/
    Custom-Platform-Redirect-Policy: 301
    Strict-Transport-Security: max-age=63072000
    Content-Length: 342
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Connection: close
    Set-Cookie: PHPSESSID=ace0b6b1e027120732b5b296cdc5f590; path=/; domain=.himeets.com; secure; HttpOnly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Redirecting to https://www.himeets.com/
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='https://www.himeets.com/'" />
    
            <title>Redirecting to https://www.himeets.com/</title>
        </head>
        <body>
            Redirecting to <a href="https://www.himeets.com/">https://www.himeets.com/</a>.
        </body>
    </html>
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · m.datingforparents.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=utf-8
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Location: https://www.datingforparents.com/
    Custom-Platform-Redirect-Policy: 301
    Strict-Transport-Security: max-age=63072000
    Content-Length: 378
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Connection: close
    Set-Cookie: PHPSESSID=b7c55bfe2c6e05e929b2a0e9d7977533; path=/; domain=.datingforparents.com; secure; HttpOnly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Redirecting to https://www.datingforparents.com/
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='https://www.datingforparents.com/'" />
    
            <title>Redirecting to https://www.datingforparents.com/</title>
        </head>
        <body>
            Redirecting to <a href="https://www.datingforparents.com/">https://www.datingforparents.com/</a>.
        </body>
    </html>
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.datingforparents.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://www.datingforparents.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.himeets.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://www.himeets.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · bij.datingchemistry.com

    2026-01-21 15:10

    HTTP/1.0 400 Bad Request
    Server: AkamaiGHost
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 310
    Expires: Wed, 21 Jan 2026 15:10:55 GMT
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Page title: Invalid URL
    
    <HTML><HEAD>
    <TITLE>Invalid URL</TITLE>
    </HEAD><BODY>
    <H1>Invalid URL</H1>
    The requested URL "&#91;no&#32;URL&#93;", is invalid.<p>
    Reference&#32;&#35;9&#46;9d5f8c4f&#46;1769008255&#46;49fb8f2
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;9&#46;9d5f8c4f&#46;1769008255&#46;49fb8f2</P>
    </BODY></HTML>
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · het.datedoo.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://het.datedoo.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · m.amour.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://m.amour.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · omk.amour.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Content-Length: 7595
    Connection: close
    Set-Cookie: PHPSESSID=c4f0f6576c162b1aef8608ecf970f918; path=/; domain=.amour.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=en_ca; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.amour.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22force%22%7D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.amour.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6a6aab39.94181087; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.amour.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: _uuid=6970ec6a6aab39.94181087; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.amour.com; httponly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Customer Support 
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <style>:root { 
    --primary:#5F69D1;
    --accent:#E73D81;
    --header:#283044;
    --success:#17BE64;
    --danger:#CD3A2F;
    --warning:#F5A72A;
     }</style>
        
        <link rel="stylesheet" type="text/css" href="https://www.amour.com/seo/resource/id/no_cache_seo_css_d9b95397653ac9bd6484c98d8504d5eb.css?ver=1763633603" />
    <title>Customer Support </title>
        <meta name="robots" content="noindex, nofollow">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
        <link rel="icon" href="https://www.amour.com/seo/resource/id/4fa1f557245dd1f96265bc07439c9eed.svg" type="image/x-icon">
      
      </head>
      
      <body>
        <header class="header">
        <img src="/assets/fdc47128/logoAmourBlack.svg" alt="Brand Logo" class="brand-logo" />
      </header>
      <main>
        <section class="main-block">
          <h1 class="main-title">Why is there a charge on my card?</h1>
          <p class="main-desc">
            If you have no concern with the charge to your card account, we will assist you in any way to help retrieve all the information about the charges. Use our toll-free numbers to get immediate help regarding any issue.
          </p>
          <a href="#" class="btn">Billing questions </a>
        </section>
        <section class="features">
          <h2 class="features-title">Welcome to the customer support </h2>
          <div class="features-list">
            <div class="feature">
              <h3 class="feature-title feature-title-1">100$ Security Guarantee</h3>
              <p>All the transactions are completely secure.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-2">100% Money Back Guarantee</h3>
              <p>You can request a refund once you are not satisfied with our products.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-3">100% Safety Guarantee</h3>
              <p>Any personal information you provide is totally safe with us.</p>
            </div>
          </div>
        </section>
        <section class="contacts">
          <h2 class="contacts-title">Call us on one of our toll-free phone numbers</h2>
          <div class="contacts-list">
            <div class="contact">
              
              <span>1 (800) 874-5735</span>
                <span>support@amour.com</span>
            </div>
    
          </div>
        </section>
        <section class="faq" id="faq">
          <h2 class="faq-title">Billing Questions </h2>
          <div class="accordion-list">
            <div class="accordion open">
              <div class="accordion-header">
                <span>Why was my payment declined ?</span>
              </div>
              <div class="accordion-content">
                <p>To find out why your payment was declined, please call our operators at 1 (800) 874-5735 – they will be happy to help you upgrade online with a discount and provide you with all the necessary information.</p>
              </div>
            </div>
            <div class="accordion">
              <div class="accordion-header">
                <span>Can I pay without a card ?</span>
              </div>
              <div class="accordion-content">
                <p>Press 'Upgrade Now' to view all the subscription methods we offer at the moment for your location, call our hotline, and our managers will assist you with making a payment. If you don't have a bank card or you don't want to use yours, you can visit any local participating merchant (banks, grocery or specialty stores, etc.) or find an online source and purchase a gift/prepaid card. We accept Visa, MasterCard, etc.</p>
              </div>
            </div>
    
    				<div class="accordion">
              <div class="accordion-header">
                <span>Refund request</span>
              </div>
              <div class="accordion-content">
                <p>Please fill in the information: <br> 
                - Date and amount of transaction<br>
                - First 6 and last 4 digits of the card that was charged <br>
                - Reason for your refund request</p>
              </div>
            
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · hok.amour.com

    2026-01-21 15:10

    HTTP/1.0 400 Bad Request
    Server: AkamaiGHost
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 310
    Expires: Wed, 21 Jan 2026 15:10:55 GMT
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Page title: Invalid URL
    
    <HTML><HEAD>
    <TITLE>Invalid URL</TITLE>
    </HEAD><BODY>
    <H1>Invalid URL</H1>
    The requested URL "&#91;no&#32;URL&#93;", is invalid.<p>
    Reference&#32;&#35;9&#46;9d5f8c4f&#46;1769008255&#46;49fbb83
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;9&#46;9d5f8c4f&#46;1769008255&#46;49fbb83</P>
    </BODY></HTML>
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · omk.amour.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://omk.amour.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · m.datedoo.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=utf-8
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Location: https://www.datedoo.com/
    Custom-Platform-Redirect-Policy: 301
    Strict-Transport-Security: max-age=63072000
    Content-Length: 342
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Connection: close
    Set-Cookie: PHPSESSID=7e3a83b085b5df1280a4319435b06801; path=/; domain=.datedoo.com; secure; HttpOnly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Redirecting to https://www.datedoo.com/
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='https://www.datedoo.com/'" />
    
            <title>Redirecting to https://www.datedoo.com/</title>
        </head>
        <body>
            Redirecting to <a href="https://www.datedoo.com/">https://www.datedoo.com/</a>.
        </body>
    </html>
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.amour.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://www.amour.com/
    Date: Wed, 21 Jan 2026 15:10:54 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · np.datingforparents.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://np.datingforparents.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · m.datedoo.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://m.datedoo.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.blackmatch.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://www.blackmatch.com/
    Date: Wed, 21 Jan 2026 15:10:57 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · www.datingchemistry.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://www.datingchemistry.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · ru.datingforparents.com

    2026-01-21 15:10

    HTTP/1.0 400 Bad Request
    Server: AkamaiGHost
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 310
    Expires: Wed, 21 Jan 2026 15:10:55 GMT
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Page title: Invalid URL
    
    <HTML><HEAD>
    <TITLE>Invalid URL</TITLE>
    </HEAD><BODY>
    <H1>Invalid URL</H1>
    The requested URL "&#91;no&#32;URL&#93;", is invalid.<p>
    Reference&#32;&#35;9&#46;9d5f8c4f&#46;1769008255&#46;49fb8dc
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;9&#46;9d5f8c4f&#46;1769008255&#46;49fb8dc</P>
    </BODY></HTML>
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · nexa.canoodle.com

    2026-01-21 15:10

    HTTP/1.0 400 Bad Request
    Server: AkamaiGHost
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 310
    Expires: Wed, 21 Jan 2026 15:10:55 GMT
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Page title: Invalid URL
    
    <HTML><HEAD>
    <TITLE>Invalid URL</TITLE>
    </HEAD><BODY>
    <H1>Invalid URL</H1>
    The requested URL "&#91;no&#32;URL&#93;", is invalid.<p>
    Reference&#32;&#35;9&#46;9d5f8c4f&#46;1769008255&#46;49fb8d0
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;9&#46;9d5f8c4f&#46;1769008255&#46;49fb8d0</P>
    </BODY></HTML>
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.datingforparents.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Strict-Transport-Security: max-age=63072000
    Date: Wed, 21 Jan 2026 15:10:35 GMT
    Content-Length: 35425
    Connection: close
    Set-Cookie: PHPSESSID=3db154fd6aa9be16d3701f033e6ccc1b; path=/; domain=.datingforparents.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.datingforparents.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22material%22%7D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.datingforparents.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6adfb7f8.77233301; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.datingforparents.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: ulpvi=74156cb73677c23400d22f8bf22a80f2; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.datingforparents.com;HttpOnly;Secure
    Set-Cookie: lpvi=74156cb73677c23400d22f8bf22a80f2; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.datingforparents.com;HttpOnly;Secure
    Set-Cookie: pub_locale=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/; domain=.datingforparents.com; SameSite=Lax
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.datingforparents.com; SameSite=Lax
    Set-Cookie: lid=05eb26d15a97124dc17d6ed4b57a353e; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.datingforparents.com;HttpOnly;Secure
    Set-Cookie: TRACK_VISIT=%257B%2522url_to%2522%253A%2522https%253A%255C%252F%255C%252Fwww.datingforparents.com%255C%252F%253Futm_sub%253Dseo_brand%2522%252C%2522url_from%2522%253Anull%252C%2522date%2522%253A%25222026-01-21%2B15%253A10%253A34%2522%252C%2522source%2522%253A%2522direct%2522%252C%2522cluid%2522%253Anull%252C%2522trackVisitId%2522%253A%252274156cb73677c23400d22f8bf22a80f2%2522%257D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.datingforparents.com;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Feel Like a Real Family Again - Meet Single Parents Online 
    
    <!DOCTYPE html>
    <html lang="en" class="webKit">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <meta name="msapplication-TileImage" content="/assets/c847750/datingforparents_favicon-144.png" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Datingforparents.com" />
    <meta property="og:title" content="Feel Like a Real Family Again - Meet Single Parents Online " />
    <meta property="og:description" content="Are you a single parent looking for love? Register with DatingforParents, the online parents dating agency and find other single moms and dads in your area." />
    <meta property="og:url" content="https://www.datingforparents.com/" />
    <meta property="og:image" content="/assets/bbe44760/logoDatingForParentsBlack.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
    <link rel="canonical" href="https://www.datingforparents.com/" />
    <link rel="stylesheet" type="text/css" href="/landing/resource/id/930b23b92b0b34ef9601b740a26dbd47.css" />
    <title>Feel Like a Real Family Again - Meet Single Parents Online </title>
            <link rel="shortcut icon" href="/assets/ee90e054/datingforparents_favicon.ico" />
                                        <meta name="description" content="Are you a single parent looking for love? Register with DatingforParents, the online parents dating agency and find other single moms and dads in your area." />
                                            <meta name="keywords" content="" />
                          <!--[if lt IE 9]>
      <script>
        document.createElement('header');
        document.createElement('section');
        document.createElement('footer');
      </script>
      <![endif]-->
                        <script> (function(n,t,e){function i(n){var t=(new Date).toISOString();return{type:"session",category:null,event:n||null,value:t||null,userIdentities:["74156cb73677c23400d22f8bf22a80f2","74156cb73677c23400d22f8bf22a80f2","",""]}}n[e]=n[e]||[];n[e].push(i("start"));n.addEventListener("pageshow",(function(t){t.persisted&&n[e].push(i("start"))}));n.addEventListener("pagehide",(function(t){n[e].push(i("finish"))}));n.addEventListener("load",(function(t){n[e].push(i("window_load"))}))})(window,document,"bts");(function(n,t){n[t]={trackId:"513be488c1fb619f2bb4649b373517be",ping:{allowed:!1}}})(window,"__bts_p");(function(n,t){var e=t.createElement("script");e.src="//"+n.location.host+"/bts.js";e.async=!0;e.onload=function(){n.bts=new n.__bts(n.__bts_p,n.bts);delete n.__bts};t.head.appendChild(e)})(window,document); </script>                            <script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","url":"https://www.datingforparents.com/","contactPoint":{"@type":"ContactPoint","email":"support@datingforparents.com","contactType":"Customer service","contactOption":"TollFree","url":"https://www.datingforparents.com/staticPage/privacypolicy","areaServed":["EN"],"availableLanguage":["English"]},"logo":"/assets/bbe44760/logoDatingForParentsBlack.svg"}</script>
                                <style>
                    :root {
                    --primary: #7161C6;--accent: #EDA738;--header: #220C2D;--success: #69BA43;--danger: #DE2A1D;--warning: #F5A72A;                }
                </style>
                        </head>
        <body >
            <div class="wrapper SGP">    <div class="main-container">        <header class="header">            <div class="center">                <img src="/assets/bbe44760/logoDatingForParentsBlack.svg" class="logo" alt="Datingforparents">            </div>        </header>        <main class="main-section">            <div class="center">                <div class="slogan-block">                    <p class="slogan"></p>                </div>                                <div class="forms-container">                    <div class="reg-form-title">    <p>Sign up for free!</p></div>                    <div class="reg-form-container">    <form class="register-hidden-fo
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · www.datedoo.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Strict-Transport-Security: max-age=63072000
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Content-Length: 34284
    Connection: close
    Set-Cookie: PHPSESSID=8b25ae9ffc0d53422c4d337de490a520; path=/; domain=.datedoo.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=en_ca; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.datedoo.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22force%22%7D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.datedoo.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6a74f388.64110247; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.datedoo.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: ulpvi=7338a47936207cc5990070e36acc2ed3; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.datedoo.com;HttpOnly;Secure
    Set-Cookie: lpvi=7338a47936207cc5990070e36acc2ed3; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.datedoo.com;HttpOnly;Secure
    Set-Cookie: pub_locale=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/; domain=.datedoo.com; SameSite=Lax
    Set-Cookie: pub_locale=en; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.datedoo.com; SameSite=Lax
    Set-Cookie: lid=1e078252942511ea9d6380c16e620c90; expires=Mon, 21 Jan 2036 15:10:34 GMT; Max-Age=315532800; path=/; domain=.datedoo.com;HttpOnly;Secure
    Set-Cookie: TRACK_VISIT=%257B%2522url_to%2522%253A%2522https%253A%255C%252F%255C%252Fwww.datedoo.com%255C%252F%253Futm_sub%253Dseo_brand%2522%252C%2522url_from%2522%253Anull%252C%2522date%2522%253A%25222026-01-21%2B15%253A10%253A34%2522%252C%2522source%2522%253A%2522direct%2522%252C%2522cluid%2522%253Anull%252C%2522trackVisitId%2522%253A%25227338a47936207cc5990070e36acc2ed3%2522%257D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.datedoo.com;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0;HttpOnly;Secure
    Set-Cookie: referer=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Datedoo: a Perfect Online Dating Service to Find Local Singles
    
    <!DOCTYPE html>
    <html lang="en" class="webKit">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <meta name="msapplication-TileImage" content="/assets/6574b42c/datedoo_favicon-144.png" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Datedoo.com" />
    <meta property="og:title" content="Datedoo: a Perfect Online Dating Service to Find Local Singles" />
    <meta property="og:description" content="It’s fun to join a niche dating site for matchmaking and establishing serious relationships. Create your free detailed profile and connect with singles today!" />
    <meta property="og:url" content="https://www.datedoo.com/" />
    <meta property="og:image" content="/assets/80b97ea9/logoDatedooBlack.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
    <link rel="canonical" href="https://www.datedoo.com/" />
    <link rel="stylesheet" type="text/css" href="/landing/resource/id/93095970f402620806cfb503410ffe07.css" />
    <title>Datedoo: a Perfect Online Dating Service to Find Local Singles</title>
            <link rel="shortcut icon" href="/assets/ccf3afcf/datedoo_favicon.ico" />
                                        <meta name="description" content="It’s fun to join a niche dating site for matchmaking and establishing serious relationships. Create your free detailed profile and connect with singles today!" />
                                            <meta name="keywords" content="" />
                          <!--[if lt IE 9]>
      <script>
        document.createElement('header');
        document.createElement('section');
        document.createElement('footer');
      </script>
      <![endif]-->
                        <script> (function(n,t,e){function i(n){var t=(new Date).toISOString();return{type:"session",category:null,event:n||null,value:t||null,userIdentities:["7338a47936207cc5990070e36acc2ed3","7338a47936207cc5990070e36acc2ed3","",""]}}n[e]=n[e]||[];n[e].push(i("start"));n.addEventListener("pageshow",(function(t){t.persisted&&n[e].push(i("start"))}));n.addEventListener("pagehide",(function(t){n[e].push(i("finish"))}));n.addEventListener("load",(function(t){n[e].push(i("window_load"))}))})(window,document,"bts");(function(n,t){n[t]={trackId:"513be488c1fb619f2bb4649b373517be",ping:{allowed:!1}}})(window,"__bts_p");(function(n,t){var e=t.createElement("script");e.src="//"+n.location.host+"/bts.js";e.async=!0;e.onload=function(){n.bts=new n.__bts(n.__bts_p,n.bts);delete n.__bts};t.head.appendChild(e)})(window,document); </script>                            <script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","url":"https://www.datedoo.com/","contactPoint":{"@type":"ContactPoint","email":"support@datedoo.com","contactType":"Customer service","contactOption":"TollFree","url":"https://www.datedoo.com/staticPage/privacypolicy","areaServed":["EN"],"availableLanguage":["English"]},"logo":"/assets/80b97ea9/logoDatedooBlack.svg"}</script>
                                <style>
                    :root {
                    --primary: #d5305b;--accent: #3076d5;--header: #112540;--success: #0cc26f;--danger: #d5305b;--warning: #deab05;                }
                </style>
                        </head>
        <body >
            <div class="wrapper">
        <div class="wrapper CAN">    <div class="main-container">        <header class="header">            <div class="center">                <img src="/assets/80b97ea9/logoDatedooBlack.svg" class="logo" alt="DateDoo">            </div>        </header>        <main class="main-section">            <div class="center">                <div class="slogan-block">                    <p class="slogan"></p>                </div>                                <div class="forms-container">                    <div class="reg-form-title">    <p>Sign up for free!</p></div>                    <div class="reg-form-container">    <form class="register-hidden-form" action="/user/register" autocomplete="off" method="post" data-o
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · sodu.blackmatch.com

    2026-01-21 15:10

    HTTP/1.0 400 Bad Request
    Server: AkamaiGHost
    Mime-Version: 1.0
    Content-Type: text/html
    Content-Length: 310
    Expires: Wed, 21 Jan 2026 15:10:55 GMT
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Page title: Invalid URL
    
    <HTML><HEAD>
    <TITLE>Invalid URL</TITLE>
    </HEAD><BODY>
    <H1>Invalid URL</H1>
    The requested URL "&#91;no&#32;URL&#93;", is invalid.<p>
    Reference&#32;&#35;9&#46;9d5f8c4f&#46;1769008255&#46;49fbb57
    <P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;9&#46;9d5f8c4f&#46;1769008255&#46;49fbb57</P>
    </BODY></HTML>
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · m.datingforparents.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://m.datingforparents.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · m.himeets.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://m.himeets.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · bits.canoodle.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://bits.canoodle.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · emo.datingchemistry.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://emo.datingchemistry.com/
    Date: Wed, 21 Jan 2026 15:10:54 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · m.amour.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=utf-8
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Location: https://www.amour.com/
    Custom-Platform-Redirect-Policy: 301
    Strict-Transport-Security: max-age=63072000
    Content-Length: 334
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Connection: close
    Set-Cookie: PHPSESSID=3c6991f89dacd9e6992224c6c40acf71; path=/; domain=.amour.com; secure; HttpOnly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Redirecting to https://www.amour.com/
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='https://www.amour.com/'" />
    
            <title>Redirecting to https://www.amour.com/</title>
        </head>
        <body>
            Redirecting to <a href="https://www.amour.com/">https://www.amour.com/</a>.
        </body>
    </html>
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · bits.canoodle.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Content-Length: 7596
    Connection: close
    Set-Cookie: PHPSESSID=cd84aecd75e1c331bbd1821f61e1b64b; path=/; domain=.canoodle.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=de; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.canoodle.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22material%22%7D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.canoodle.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6a06bbe3.35968820; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.canoodle.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: _uuid=6970ec6a06bbe3.35968820; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.canoodle.com; httponly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Customer Support 
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <style>:root { 
    --primary:#3CBEC8;
    --accent:#C0AC3D;
    --header:#353535;
    --success:#37B75B;
    --danger:#E02416;
    --warning:#F5A72A;
     }</style>
        
        <link rel="stylesheet" type="text/css" href="https://www.canoodle.com/seo/resource/id/no_cache_seo_css_d9b95397653ac9bd6484c98d8504d5eb.css?ver=1763633603" />
    <title>Customer Support </title>
        <meta name="robots" content="noindex, nofollow">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
        <link rel="icon" href="https://www.canoodle.com/seo/resource/id/4fa1f557245dd1f96265bc07439c9eed.svg" type="image/x-icon">
      
      </head>
      
      <body>
        <header class="header">
        <img src="/assets/14b0d215/logoCanoodle.svg" alt="Brand Logo" class="brand-logo" />
      </header>
      <main>
        <section class="main-block">
          <h1 class="main-title">Why is there a charge on my card?</h1>
          <p class="main-desc">
            If you have no concern with the charge to your card account, we will assist you in any way to help retrieve all the information about the charges. Use our toll-free numbers to get immediate help regarding any issue.
          </p>
          <a href="#" class="btn">Billing questions </a>
        </section>
        <section class="features">
          <h2 class="features-title">Welcome to the customer support </h2>
          <div class="features-list">
            <div class="feature">
              <h3 class="feature-title feature-title-1">100$ Security Guarantee</h3>
              <p>All the transactions are completely secure.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-2">100% Money Back Guarantee</h3>
              <p>You can request a refund once you are not satisfied with our products.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-3">100% Safety Guarantee</h3>
              <p>Any personal information you provide is totally safe with us.</p>
            </div>
          </div>
        </section>
        <section class="contacts">
          <h2 class="contacts-title">Call us on one of our toll-free phone numbers</h2>
          <div class="contacts-list">
            <div class="contact">
              
              <span>0800 1807626</span>
                <span>support@canoodle.com</span>
            </div>
    
          </div>
        </section>
        <section class="faq" id="faq">
          <h2 class="faq-title">Billing Questions </h2>
          <div class="accordion-list">
            <div class="accordion open">
              <div class="accordion-header">
                <span>Why was my payment declined ?</span>
              </div>
              <div class="accordion-content">
                <p>To find out why your payment was declined, please call our operators at 0800 1807626 – they will be happy to help you upgrade online with a discount and provide you with all the necessary information.</p>
              </div>
            </div>
            <div class="accordion">
              <div class="accordion-header">
                <span>Can I pay without a card ?</span>
              </div>
              <div class="accordion-content">
                <p>Press 'Upgrade Now' to view all the subscription methods we offer at the moment for your location, call our hotline, and our managers will assist you with making a payment. If you don't have a bank card or you don't want to use yours, you can visit any local participating merchant (banks, grocery or specialty stores, etc.) or find an online source and purchase a gift/prepaid card. We accept Visa, MasterCard, etc.</p>
              </div>
            </div>
    
    				<div class="accordion">
              <div class="accordion-header">
                <span>Refund request</span>
              </div>
              <div class="accordion-content">
                <p>Please fill in the information: <br> 
                - Date and amount of transaction<br>
                - First 6 and last 4 digits of the card that was charged <br>
                - Reason for your refund request</p>
              </div>
            <
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · emo.datingchemistry.com

    2026-01-21 15:10

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Expires: -1
    Cache-Control: must-revalidate, no-cache, no-store, private
    Pragma: no-cache
    Content-Security-Policy: frame-ancestors 'self'
    X-XSS-Protection: 1; mode=block
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Accept-CH: Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Content-Length: 7643
    Connection: close
    Set-Cookie: PHPSESSID=7c2d9ac9e717ec16e0ed7b48597986ff; path=/; domain=.datingchemistry.com; secure; HttpOnly;HttpOnly;Secure
    Set-Cookie: pub_locale=de; expires=Sat, 16 Jan 2027 15:10:34 GMT; Max-Age=31104000; path=/; domain=.datingchemistry.com; SameSite=Lax
    Set-Cookie: pub_cookieBootstrapParams=%7B%22inAppBrowserName%22%3A%22notInApp%22%2C%22theme%22%3A%22material%22%7D; expires=Thu, 21 Jan 2027 15:10:34 GMT; Max-Age=31536000; path=/; domain=.datingchemistry.com; SameSite=Lax
    Set-Cookie: _uuid=6970ec6a1b72c1.42555981; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.datingchemistry.com; HttpOnly;HttpOnly;Secure
    Set-Cookie: _uuid=6970ec6a1b72c1.42555981; expires=Sat, 19 Jan 2036 15:10:34 GMT; Max-Age=315360000; path=/; domain=.datingchemistry.com; httponly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Customer Support 
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <style>:root { 
    --primary:#194066;
    --accent:#E86570;
    --header:#002B56;
    --success:#00C2C0;
    --danger:#F1462F;
    --warning:#F5A72A;
     }</style>
        
        <link rel="stylesheet" type="text/css" href="https://www.datingchemistry.com/seo/resource/id/no_cache_seo_css_d9b95397653ac9bd6484c98d8504d5eb.css?ver=1763633603" />
    <title>Customer Support </title>
        <meta name="robots" content="noindex, nofollow">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
        <link rel="icon" href="https://www.datingchemistry.com/seo/resource/id/4fa1f557245dd1f96265bc07439c9eed.svg" type="image/x-icon">
      
      </head>
      
      <body>
        <header class="header">
        <img src="/assets/e18fa248/logoDatingChemistryBlack.svg" alt="Brand Logo" class="brand-logo" />
      </header>
      <main>
        <section class="main-block">
          <h1 class="main-title">Why is there a charge on my card?</h1>
          <p class="main-desc">
            If you have no concern with the charge to your card account, we will assist you in any way to help retrieve all the information about the charges. Use our toll-free numbers to get immediate help regarding any issue.
          </p>
          <a href="#" class="btn">Billing questions </a>
        </section>
        <section class="features">
          <h2 class="features-title">Welcome to the customer support </h2>
          <div class="features-list">
            <div class="feature">
              <h3 class="feature-title feature-title-1">100$ Security Guarantee</h3>
              <p>All the transactions are completely secure.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-2">100% Money Back Guarantee</h3>
              <p>You can request a refund once you are not satisfied with our products.</p>
            </div>
            <div class="feature">
              <h3 class="feature-title feature-title-3">100% Safety Guarantee</h3>
              <p>Any personal information you provide is totally safe with us.</p>
            </div>
          </div>
        </section>
        <section class="contacts">
          <h2 class="contacts-title">Call us on one of our toll-free phone numbers</h2>
          <div class="contacts-list">
            <div class="contact">
              
              <span>0800 1807626</span>
                <span>support@datingchemistry.com</span>
            </div>
    
          </div>
        </section>
        <section class="faq" id="faq">
          <h2 class="faq-title">Billing Questions </h2>
          <div class="accordion-list">
            <div class="accordion open">
              <div class="accordion-header">
                <span>Why was my payment declined ?</span>
              </div>
              <div class="accordion-content">
                <p>To find out why your payment was declined, please call our operators at 0800 1807626 – they will be happy to help you upgrade online with a discount and provide you with all the necessary information.</p>
              </div>
            </div>
            <div class="accordion">
              <div class="accordion-header">
                <span>Can I pay without a card ?</span>
              </div>
              <div class="accordion-content">
                <p>Press 'Upgrade Now' to view all the subscription methods we offer at the moment for your location, call our hotline, and our managers will assist you with making a payment. If you don't have a bank card or you don't want to use yours, you can visit any local participating merchant (banks, grocery or specialty stores, etc.) or find an online source and purchase a gift/prepaid card. We accept Visa, MasterCard, etc.</p>
              </div>
            </div>
    
    				<div class="accordion">
              <div class="accordion-header">
                <span>Refund request</span>
              </div>
              <div class="accordion-content">
                <p>Please fill in the information: <br> 
                - Date and amount of transaction<br>
                - First 6 and last 4 digits of the card that was charged <br>
                - Reason for your refund request
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · m.blackmatch.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=utf-8
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Location: https://www.blackmatch.com/
    Custom-Platform-Redirect-Policy: 301
    Strict-Transport-Security: max-age=63072000
    Content-Length: 354
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Connection: close
    Set-Cookie: PHPSESSID=587e2739db9620e465ef0b17df0e7537; path=/; domain=.blackmatch.com; secure; HttpOnly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Redirecting to https://www.blackmatch.com/
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='https://www.blackmatch.com/'" />
    
            <title>Redirecting to https://www.blackmatch.com/</title>
        </head>
        <body>
            Redirecting to <a href="https://www.blackmatch.com/">https://www.blackmatch.com/</a>.
        </body>
    </html>
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:80 · m.datingchemistry.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Location: https://m.datingchemistry.com/
    Date: Wed, 21 Jan 2026 15:10:55 GMT
    Connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2001:41a8:44:4::4f8c:5fa1:443 · m.datingchemistry.com

    2026-01-21 15:10

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=utf-8
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Location: https://www.datingchemistry.com/
    Custom-Platform-Redirect-Policy: 301
    Strict-Transport-Security: max-age=63072000
    Content-Length: 374
    Date: Wed, 21 Jan 2026 15:10:34 GMT
    Connection: close
    Set-Cookie: PHPSESSID=fef59d01e100994045b8c2645764d351; path=/; domain=.datingchemistry.com; secure; HttpOnly;HttpOnly;Secure
    Alt-Svc: h3=":443"; ma=93600
    
    Page title: Redirecting to https://www.datingchemistry.com/
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='https://www.datingchemistry.com/'" />
    
            <title>Redirecting to https://www.datingchemistry.com/</title>
        </head>
        <body>
            Redirecting to <a href="https://www.datingchemistry.com/">https://www.datingchemistry.com/</a>.
        </body>
    </html>
    Found 2026-01-21 by HttpPlugin
    Create report
www.costacrociere.itbooking.costaextra.comcostapresscenter.comdev-pay.costacruises.comdxm-media.costa.itdxm.costa.itmediacenter.costa.itpay.costacruceros.compay.costacruises.compay.costacruzeiros.compay.costaextra.com.arpay.costaextra.com.brpay.costaextra.com.mxpoint-pre.costa.itpoint-test.costa.itpoint.costa.itportals-api.costa.itpresscenter.costa.itstage-lofietiedxm.costa.itstage-pay.costacruceros.comstage-pay.costacruises.comstage-pay.costacruzeiros.comstage-pay.costaextra.com.arstage-pay.costaextra.com.brstage-pay.costaextra.com.mxtms.costa.ittraining.booking.costaextra.comtraining.int.costaextra.comwebcb.costacrociere.itwww.costacroisieres.bewww.costacroisieres.frwww.costacruceros.comwww.costacruceros.eswww.costacruises.co.ukwww.costacruises.comwww.costacruises.dkwww.costacruises.euwww.costacruises.fiwww.costacruises.nlwww.costacruises.nowww.costacruises.sewww.costacruzeiros.comwww.costacruzeiros.com.ptwww.costakreuzfahrten.atwww.costakreuzfahrten.chwww.costakreuzfahrten.dewww.costapresscenter.comwww.costatravelplanet.it
CN:
www.costacrociere.it
Not before:
2026-01-08 00:00
Not after:
2027-01-09 23:59
reddice-staging.comwww.reddice-staging.com
CN:
reddice-staging.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-08 11:05
Not after:
2026-04-08 11:05
blog-assets.siplast.comdocuments.siplast.comproduct-assets.siplast.comservices.siplast.comtmimages.siplast.comwww.siplast.com
CN:
www.siplast.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-13 10:32
Not after:
2026-02-11 10:32
api.auth-services.parentpay.comapi.cypad.netapi.gdpr.schoolapi.parentpay.comapp.cypad.netapp.gdpr.schoolapp.parentpay.comapp.schoolcomms.comauth-ui.parentpay.comauth.parentpay.comautoupdate.schoolcomms.comcde.parentpay.comcdeb.parentpay.comcdec.parentpay.comcertificate.parentpaygroup.comclassicapi.parentpay.comclassroom.cypad.netclientlogin.parentpay.comclubs.schoolcomms.comcontractportal.ppgsl.comcymru.schoolgateway.comcypad.comdag.parentpay.comdc2api.parentpay.comdc3api.parentpay.comdemoapi.gdpr.schooldemoapp.gdpr.schooldemofeedback.gdpr.schooldemoidentity.gdpr.schooldesktop.cypad.netdev.parentpaygroup.comesscustomerportal.co.ukfeedback.gdpr.schoolgwynedd.schoolgateway.comhost.cypad.netidentity.gdpr.schooliss.pairsolutions.delabs.schoolcomms.comlive.dev-partner-api.parentpay.comlive.partner-api.parentpay.comlogin-live.schoolgateway.comlogin.parentpaygroup.comlogin.schoolgateway.comm.pairsolutions.dem.schoolcomms.commyaccount.parentpay.comparentpaygroup.compay.parentpay.compayment.cypad.netportal.dev-partner-api.parentpay.comportal.partner-api.parentpay.comregisterierung.pairsolutions.deregistrierung.pairsolutions.desandbox.dev-partner-api.parentpay.comsandbox.partner-api.parentpay.comservices.parentpay.comsinglesite.cypad.netstaging.parentpaygroup.comstatic.gdpr.schoolsupport-dev.parentpay.comsync.cypad.nettraining.parentpaygroup.comuamsapi.auth-services.parentpay.comupdate.schoolcomms.comwales.schoolgateway.comwp.schoolcomms.comwww-live.schoolcomms.comwww.cypad.comwww.datatransfer.sims.co.ukwww.educationsoftwaresolutions.inwww.ess-sims.co.ukwww.esscustomerportal.co.ukwww.parentpay.comwww.parentpaygroup.comwww.parentpayshop.co.ukwww.schoolcomms.comwww.schoolgateway.com
CN:
certificate.parentpaygroup.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-09 13:19
Not after:
2026-03-09 13:19
amour.combits.canoodle.comchiw.blackmatch.comemo.datingchemistry.comhet.datedoo.comm.amour.comm.blackmatch.comm.canoodle.comm.datedoo.comm.datingchemistry.comm.datingforparents.comm.himeets.commatp.himeets.comnp.datingforparents.comomk.amour.comwww.amour.comwww.blackmatch.comwww.canoodle.comwww.datedoo.comwww.datingchemistry.comwww.datingforparents.comwww.himeets.com
CN:
amour.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-26 09:17
Not after:
2026-03-26 09:17