Domain layoutweb.shop
United States
CLOUDFLARENET
Software information

Netlify

tcp/443

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Git configuration and history exposed
    First seen 2025-10-09 20:16
    Last seen 2026-01-02 09:18
    Open for 84 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbd95ac738

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "upstream"]
      	url = https://github.com/ZidqySchool/layout.git
      	fetch = +refs/heads/*:refs/remotes/upstream/*
      [remote "origin"]
      	url = https://github.com/adityamaulanazidqy/layout.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2026-01-02 09:18
      423 Bytes
  • Open service 75.2.60.5:443 · layoutweb.shop

    2026-01-09 16:01

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 41030
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 09 Jan 2026 16:01:40 GMT
    Etag: "32118e9b946d7685ebdc865fedaabcc4-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEHQVYM0G1G0Z8ATV4R55JXP
    Connection: close
    
    Page title: Layout - Jasa Pembuatan Website & Desain Grafis Profesional
    
    <!DOCTYPE html>
    <html lang="id">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Layout - Jasa Pembuatan Website & Desain Grafis Profesional</title>
        <link rel="icon" href="assets/images/favicon/logo.png" type="image/x-icon">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
            rel="stylesheet">
        <style>
            :root {
                --primary-color: #977DFF;
                --accent-color: #2E49FA;
                --dark-color: #1A1A2E;
                --light-color: #FFFFFF;
                --gray-color: #F5F5F7;
                --text-color: #333333;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Poppins', sans-serif;
                color: var(--text-color);
                line-height: 1.6;
                background-color: var(--light-color);
                overflow-x: hidden;
            }
    
            /* Header & Navigation */
            header {
                background-color: var(--light-color);
                box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
                position: fixed;
                width: 100%;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            header.scrolled {
                padding: 5px 0;
                background-color: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
            }
    
            .container {
                width: 90%;
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            .navbar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px 0;
                transition: all 0.3s ease;
            }
    
            .logo {
                font-size: 28px;
                font-weight: 700;
                color: var(--primary-color);
                text-decoration: none;
                display: flex;
                align-items: center;
                transition: all 0.3s ease;
            }
    
            .logo i {
                margin-right: 8px;
            }
    
            .nav-menu {
                display: flex;
                list-style: none;
                align-items: center;
            }
    
            .nav-item {
                margin-left: 25px;
                position: relative;
            }
    
            .nav-link {
                color: var(--dark-color);
                text-decoration: none;
                font-weight: 500;
                transition: color 0.3s ease;
                position: relative;
                padding: 8px 0;
            }
    
            .nav-link:after {
                content: '';
                position: absolute;
                width: 0;
                height: 3px;
                bottom: 0;
                left: 0;
                background-color: var(--primary-color);
                transition: width 0.3s ease;
                border-radius: 2px;
            }
    
            .nav-link:hover:after {
                width: 100%;
            }
    
            .nav-link:hover {
                color: var(--primary-color);
            }
    
            .nav-link.active {
                color: var(--primary-color);
            }
    
            .nav-link.active:after {
                width: 100%;
            }
    
            .btn {
                display: inline-block;
                padding: 12px 28px;
                border-radius: 50px;
                text-decoration: none;
                font-weight: 600;
                transition: all 0.3s ease;
                cursor: pointer;
                text-align: center;
            }
    
            .btn-primary {
                background-color: var(--primary-color);
                color: var(--light-color);
                border: 2px solid var(--primary-color);
                box-shadow: 0 4px 10px rgba(151, 125, 255, 0.25);
            }
    
            .btn-primary:hover {
                background-color: transparent;
                color: var(--primary-color);
            
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · layoutweb.shop

    2026-01-02 09:18

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 41030
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 02 Jan 2026 09:18:17 GMT
    Etag: "32118e9b946d7685ebdc865fedaabcc4-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDZ008YDEW4781Z50Z3KYF61
    Connection: close
    
    Page title: Layout - Jasa Pembuatan Website & Desain Grafis Profesional
    
    <!DOCTYPE html>
    <html lang="id">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Layout - Jasa Pembuatan Website & Desain Grafis Profesional</title>
        <link rel="icon" href="assets/images/favicon/logo.png" type="image/x-icon">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
            rel="stylesheet">
        <style>
            :root {
                --primary-color: #977DFF;
                --accent-color: #2E49FA;
                --dark-color: #1A1A2E;
                --light-color: #FFFFFF;
                --gray-color: #F5F5F7;
                --text-color: #333333;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Poppins', sans-serif;
                color: var(--text-color);
                line-height: 1.6;
                background-color: var(--light-color);
                overflow-x: hidden;
            }
    
            /* Header & Navigation */
            header {
                background-color: var(--light-color);
                box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
                position: fixed;
                width: 100%;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            header.scrolled {
                padding: 5px 0;
                background-color: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
            }
    
            .container {
                width: 90%;
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            .navbar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px 0;
                transition: all 0.3s ease;
            }
    
            .logo {
                font-size: 28px;
                font-weight: 700;
                color: var(--primary-color);
                text-decoration: none;
                display: flex;
                align-items: center;
                transition: all 0.3s ease;
            }
    
            .logo i {
                margin-right: 8px;
            }
    
            .nav-menu {
                display: flex;
                list-style: none;
                align-items: center;
            }
    
            .nav-item {
                margin-left: 25px;
                position: relative;
            }
    
            .nav-link {
                color: var(--dark-color);
                text-decoration: none;
                font-weight: 500;
                transition: color 0.3s ease;
                position: relative;
                padding: 8px 0;
            }
    
            .nav-link:after {
                content: '';
                position: absolute;
                width: 0;
                height: 3px;
                bottom: 0;
                left: 0;
                background-color: var(--primary-color);
                transition: width 0.3s ease;
                border-radius: 2px;
            }
    
            .nav-link:hover:after {
                width: 100%;
            }
    
            .nav-link:hover {
                color: var(--primary-color);
            }
    
            .nav-link.active {
                color: var(--primary-color);
            }
    
            .nav-link.active:after {
                width: 100%;
            }
    
            .btn {
                display: inline-block;
                padding: 12px 28px;
                border-radius: 50px;
                text-decoration: none;
                font-weight: 600;
                transition: all 0.3s ease;
                cursor: pointer;
                text-align: center;
            }
    
            .btn-primary {
                background-color: var(--primary-color);
                color: var(--light-color);
                border: 2px solid var(--primary-color);
                box-shadow: 0 4px 10px rgba(151, 125, 255, 0.25);
            }
    
            .btn-primary:hover {
                background-color: transparent;
                color: var(--primary-color);
            
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · layoutweb.shop

    2025-12-23 00:37

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 41030
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 23 Dec 2025 00:37:05 GMT
    Etag: "32118e9b946d7685ebdc865fedaabcc4-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD4A6R8NCMPM6AHRHAC7EK0Z
    Connection: close
    
    Page title: Layout - Jasa Pembuatan Website & Desain Grafis Profesional
    
    <!DOCTYPE html>
    <html lang="id">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Layout - Jasa Pembuatan Website & Desain Grafis Profesional</title>
        <link rel="icon" href="assets/images/favicon/logo.png" type="image/x-icon">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
            rel="stylesheet">
        <style>
            :root {
                --primary-color: #977DFF;
                --accent-color: #2E49FA;
                --dark-color: #1A1A2E;
                --light-color: #FFFFFF;
                --gray-color: #F5F5F7;
                --text-color: #333333;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Poppins', sans-serif;
                color: var(--text-color);
                line-height: 1.6;
                background-color: var(--light-color);
                overflow-x: hidden;
            }
    
            /* Header & Navigation */
            header {
                background-color: var(--light-color);
                box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
                position: fixed;
                width: 100%;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            header.scrolled {
                padding: 5px 0;
                background-color: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
            }
    
            .container {
                width: 90%;
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            .navbar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px 0;
                transition: all 0.3s ease;
            }
    
            .logo {
                font-size: 28px;
                font-weight: 700;
                color: var(--primary-color);
                text-decoration: none;
                display: flex;
                align-items: center;
                transition: all 0.3s ease;
            }
    
            .logo i {
                margin-right: 8px;
            }
    
            .nav-menu {
                display: flex;
                list-style: none;
                align-items: center;
            }
    
            .nav-item {
                margin-left: 25px;
                position: relative;
            }
    
            .nav-link {
                color: var(--dark-color);
                text-decoration: none;
                font-weight: 500;
                transition: color 0.3s ease;
                position: relative;
                padding: 8px 0;
            }
    
            .nav-link:after {
                content: '';
                position: absolute;
                width: 0;
                height: 3px;
                bottom: 0;
                left: 0;
                background-color: var(--primary-color);
                transition: width 0.3s ease;
                border-radius: 2px;
            }
    
            .nav-link:hover:after {
                width: 100%;
            }
    
            .nav-link:hover {
                color: var(--primary-color);
            }
    
            .nav-link.active {
                color: var(--primary-color);
            }
    
            .nav-link.active:after {
                width: 100%;
            }
    
            .btn {
                display: inline-block;
                padding: 12px 28px;
                border-radius: 50px;
                text-decoration: none;
                font-weight: 600;
                transition: all 0.3s ease;
                cursor: pointer;
                text-align: center;
            }
    
            .btn-primary {
                background-color: var(--primary-color);
                color: var(--light-color);
                border: 2px solid var(--primary-color);
                box-shadow: 0 4px 10px rgba(151, 125, 255, 0.25);
            }
    
            .btn-primary:hover {
                background-color: transparent;
                color: var(--primary-color);
            
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · layoutweb.shop

    2025-12-20 23:13

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 41030
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 20 Dec 2025 23:13:35 GMT
    Etag: "32118e9b946d7685ebdc865fedaabcc4-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCZ0MDJ73134S29RHR41TMZ8
    Connection: close
    
    Page title: Layout - Jasa Pembuatan Website & Desain Grafis Profesional
    
    <!DOCTYPE html>
    <html lang="id">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Layout - Jasa Pembuatan Website & Desain Grafis Profesional</title>
        <link rel="icon" href="assets/images/favicon/logo.png" type="image/x-icon">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
            rel="stylesheet">
        <style>
            :root {
                --primary-color: #977DFF;
                --accent-color: #2E49FA;
                --dark-color: #1A1A2E;
                --light-color: #FFFFFF;
                --gray-color: #F5F5F7;
                --text-color: #333333;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Poppins', sans-serif;
                color: var(--text-color);
                line-height: 1.6;
                background-color: var(--light-color);
                overflow-x: hidden;
            }
    
            /* Header & Navigation */
            header {
                background-color: var(--light-color);
                box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
                position: fixed;
                width: 100%;
                z-index: 1000;
                transition: all 0.3s ease;
            }
    
            header.scrolled {
                padding: 5px 0;
                background-color: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
            }
    
            .container {
                width: 90%;
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }
    
            .navbar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px 0;
                transition: all 0.3s ease;
            }
    
            .logo {
                font-size: 28px;
                font-weight: 700;
                color: var(--primary-color);
                text-decoration: none;
                display: flex;
                align-items: center;
                transition: all 0.3s ease;
            }
    
            .logo i {
                margin-right: 8px;
            }
    
            .nav-menu {
                display: flex;
                list-style: none;
                align-items: center;
            }
    
            .nav-item {
                margin-left: 25px;
                position: relative;
            }
    
            .nav-link {
                color: var(--dark-color);
                text-decoration: none;
                font-weight: 500;
                transition: color 0.3s ease;
                position: relative;
                padding: 8px 0;
            }
    
            .nav-link:after {
                content: '';
                position: absolute;
                width: 0;
                height: 3px;
                bottom: 0;
                left: 0;
                background-color: var(--primary-color);
                transition: width 0.3s ease;
                border-radius: 2px;
            }
    
            .nav-link:hover:after {
                width: 100%;
            }
    
            .nav-link:hover {
                color: var(--primary-color);
            }
    
            .nav-link.active {
                color: var(--primary-color);
            }
    
            .nav-link.active:after {
                width: 100%;
            }
    
            .btn {
                display: inline-block;
                padding: 12px 28px;
                border-radius: 50px;
                text-decoration: none;
                font-weight: 600;
                transition: all 0.3s ease;
                cursor: pointer;
                text-align: center;
            }
    
            .btn-primary {
                background-color: var(--primary-color);
                color: var(--light-color);
                border: 2px solid var(--primary-color);
                box-shadow: 0 4px 10px rgba(151, 125, 255, 0.25);
            }
    
            .btn-primary:hover {
                background-color: transparent;
                color: var(--primary-color);
            
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 172.66.172.174:8443 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 521 <none>
    Date: Fri, 19 Dec 2025 11:13:40 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b0678d50e04fd79-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 104.20.31.27:8443 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 521 <none>
    Date: Fri, 19 Dec 2025 11:13:40 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b0678d55f17d8a1-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 172.66.172.174:80 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 403 Forbidden
    Date: Fri, 19 Dec 2025 11:13:41 GMT
    Content-Type: application/json
    Content-Length: 88
    Connection: close
    vary: Origin
    x-envoy-upstream-service-time: 903
    x-koyeb-backend: sin
    server: cloudflare
    x-koyeb-glb: was
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0678d6adeba228-YYZ
    alt-svc: h3=":443"; ma=86400
    
    
    {"error":"forbidden_origin","message":"Requests without Origin/Referer are not allowed"}
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:10::6814:1f1b:80 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 403 Forbidden
    Date: Fri, 19 Dec 2025 11:13:41 GMT
    Content-Type: application/json
    Content-Length: 88
    Connection: close
    vary: Origin
    x-envoy-upstream-service-time: 632
    x-koyeb-backend: sin
    server: cloudflare
    x-koyeb-glb: fra
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0678d6094c669c-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    {"error":"forbidden_origin","message":"Requests without Origin/Referer are not allowed"}
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 172.66.172.174:443 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 403 Forbidden
    Date: Fri, 19 Dec 2025 11:13:40 GMT
    Content-Type: application/json
    Content-Length: 88
    Connection: close
    vary: Origin
    x-envoy-upstream-service-time: 223
    x-koyeb-backend: sin
    Server: cloudflare
    x-koyeb-glb: was
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0678d26a155443-YYZ
    alt-svc: h3=":443"; ma=86400
    
    
    {"error":"forbidden_origin","message":"Requests without Origin/Referer are not allowed"}
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:10::ac42:acae:443 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 403 Forbidden
    Date: Fri, 19 Dec 2025 11:13:41 GMT
    Content-Type: application/json
    Content-Length: 88
    Connection: close
    vary: Origin
    x-envoy-upstream-service-time: 226
    x-koyeb-backend: sin
    Server: cloudflare
    x-koyeb-glb: was
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0678d81bec0c8e-EWR
    alt-svc: h3=":443"; ma=86400
    
    
    {"error":"forbidden_origin","message":"Requests without Origin/Referer are not allowed"}
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:10::6814:1f1b:443 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 403 Forbidden
    Date: Fri, 19 Dec 2025 11:13:40 GMT
    Content-Type: application/json
    Content-Length: 88
    Connection: close
    vary: Origin
    x-envoy-upstream-service-time: 250
    x-koyeb-backend: sin
    Server: cloudflare
    x-koyeb-glb: par
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0678d26af594e4-LHR
    alt-svc: h3=":443"; ma=86400
    
    
    {"error":"forbidden_origin","message":"Requests without Origin/Referer are not allowed"}
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:10::ac42:acae:8443 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 521 <none>
    Date: Fri, 19 Dec 2025 11:13:40 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b0678d0ced59798-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 104.20.31.27:80 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 403 Forbidden
    Date: Fri, 19 Dec 2025 11:13:40 GMT
    Content-Type: application/json
    Content-Length: 88
    Connection: close
    vary: Origin
    x-envoy-upstream-service-time: 225
    x-koyeb-backend: sin
    server: cloudflare
    x-koyeb-glb: was
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0678d56f8d592d-YYZ
    alt-svc: h3=":443"; ma=86400
    
    
    {"error":"forbidden_origin","message":"Requests without Origin/Referer are not allowed"}
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:10::ac42:acae:80 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 403 Forbidden
    Date: Fri, 19 Dec 2025 11:13:40 GMT
    Content-Type: application/json
    Content-Length: 88
    Connection: close
    vary: Origin
    x-envoy-upstream-service-time: 615
    x-koyeb-backend: sin
    server: cloudflare
    x-koyeb-glb: fra
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0678d34dffd29c-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    {"error":"forbidden_origin","message":"Requests without Origin/Referer are not allowed"}
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 104.20.31.27:443 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 403 Forbidden
    Date: Fri, 19 Dec 2025 11:13:40 GMT
    Content-Type: application/json
    Content-Length: 88
    Connection: close
    vary: Origin
    x-envoy-upstream-service-time: 228
    x-koyeb-backend: sin
    Server: cloudflare
    x-koyeb-glb: was
    cf-cache-status: DYNAMIC
    CF-RAY: 9b0678d1dd54ac46-YYZ
    alt-svc: h3=":443"; ma=86400
    
    
    {"error":"forbidden_origin","message":"Requests without Origin/Referer are not allowed"}
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2606:4700:10::6814:1f1b:8443 · api.layoutweb.shop

    2025-12-19 11:13

    HTTP/1.1 521 <none>
    Date: Fri, 19 Dec 2025 11:13:39 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b0678d019e7fbf2-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2025-12-19 by HttpPlugin
    Create report
*.netlify.appnetlify.app
CN:
*.netlify.app
Not before:
2025-01-31 00:00
Not after:
2026-03-03 23:59
*.layoutweb.shoplayoutweb.shop
CN:
layoutweb.shop
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-10-09 19:17
Not after:
2026-01-07 19:17
api.layoutweb.shop
CN:
api.layoutweb.shop
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-19 10:12
Not after:
2026-03-19 11:12