Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
500 Internal Server Error - kimjp.com
HTTP Status: 500
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=utf-8
Content-Length: 6992
Connection: keep-alive
Date: Fri, 30 May 2025 22:19:17 GMT
Access-Control-Allow-Headers: DNT,Keep-Alive,User-Agent,Cache-Control,Content-Type,Authorization,Token
Set-Cookie: acw_tc=0a06abc617486435573818616e5177f519b4f9a7eae71656e43e98a1214e4b;path=/;HttpOnly;Max-Age=1800
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: *
Access-Control-Allow-Credentials: true
X-Cache: Error from cloudfront
Via: 1.1 bc8f6092d0b53dac63dc9e16b012f23c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL51-P6
X-Amz-Cf-Id: 7KOmjvB1gZ9GvtIa7y8-Mm5SvrlWG__vrkuC01zYoGl54-hT4Kxpuw==

HTTP Kodu 500 Dahili Sunucu Hatası

500 http durum kodu, isteğin işlenmesini engelleyen dahili bir sunucu hatasını belirtir.

Kod 500 ne zaman kullanılır?

  • Arızalar olduğundasunucu tarafı kodunda
  • Veritabanı sorunları olduğunda
  • Sunucu aşırı yüklendiğinde

Kod 500 kullanıcı için ne anlama geliyor?

Kullanıcı kaynağa erişemiyor ve web sitesi yöneticisinin sorunu düzeltmesi gerekiyor.

GET / HTTP/1.1
Host: kimjp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <style>
        .container {
            max-width: 1024px;
            color: #524F4F;
            font-size: 16px;
            margin: 0 auto;
            padding-bottom: 44px;
        }

        .header-top {
            overflow: hidden;
            position: relative;
        }

        .guide-img {
            max-width: 438px;
            position: absolute;
            top: 50%;
            right: -33px;
            transform: translateY(-50%);
        }

        .ops-title {
            font-size: 80px;
            line-height: 116px;
            margin: 150px 0 24px;
            text-align: center;
            color: #3D3D3D;
            text-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .oops-img {
            max-width: 282px;
            display: block;
            margin: 0 auto 24px;
        }

        .hint-title,
        .hint-sub,
        .error-reason {
            font-size: 16px;
            line-height: 23px;
            text-align: center;
            margin-bottom: 24px;
        }

        .hint-title {
            font-weight: 700;
        }

        .hint-sub,
        .error-reason {
            font-weight: 400;
        }


        .btn-box {
            display: flex;
            align-items: center;
            justify-content: center;

        }

        .btn-box .service-btn {
            margin: 0 16px;
            background-color: transparent;
            border: 1px solid #000;
            color: #333;
        }

        .btn-box svg {
            color: #333;
            width: 16px;
            height: 16px;
            margin-left: 6px;
        }

        .btn-box .btn {
            cursor: pointer;
            outline: none;
            padding: 6px 25px;
            font-size: 14px;
            line-height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
        }

        .update {
            background-color: #312C2C;
            color: #fff;
            border: none;
        }

        .update img {
            margin-left: 6px;
            max-width: 16px;
        }

        .products .title {
            font-size: 22px;
            line-height: 32px;
            margin: 54px 0 16px;
            font-weight: 700;
        }

        .product-list {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .product-item {
            width: calc((100% - 16px) / 5);
            margin-bottom: 16px;
            text-decoration: none;
            color: #321c2c;
        }

        .product-item:not(:nth-child(5n)) {
            margin-right: 4px;
        }

        .product-item .name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 18px;
            line-height: 26px;

        }

        .product-item .img {
            position: relative;
            overflow: hidden;
            border-radius: 24px;
        }

        .product-item .img:hover img {
            transform: scale(1.1) translateY(-50%);
        }

        .product-item .img img {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            transition: all linear .3s;
        }

        .desc {
            padding: 6px;
        }

        .desc .price-box {
            display: flex;
            align-items: center;
        }

        .product-item .final {
            font-size: 14px;
            line-height: 22px;
            font-weight: 600;
        }

        .product-item .old {
            font-size: 12px;
            color: #B4B0B6;
            line-height: 18px;
            margin: 0 8px;
            text-decoration: line-through;
        }

        .skeleton p,
        .skeleton span {
            width: 30%;
            display: block;
            background-color: #f2f2f2;
            height: 20px;
            margin-bottom: 15px;

        }

        .skeleton .img {
            width: 162px;
            height: 162px;
        }

        .skeleton .product {
            display: flex;
        }

        @media screen and (max-width: 767px) {
            .container {
                padding: 0 16px 44px;
            }

            .header-top {
                padding: 0 15px;
            }

            .guide-img {
                max-width: 162px;
                top: 0;
                right: -33px;
                transform: none;
            }

            .ops-title {
                font-size: 48px;
                line-height: 70px;
                margin: 32px 0 16px;
            }

            .oops-img {
                max-width: 55%;
                margin: 0 auto 16px;
            }

            .hint-title,
            .hint-sub,
            .error-reason {
                font-size: 12px;
                line-height: 17px;
                margin-bottom: 16px;
            }

            .products .title {
                margin-top: 20px;
            }

            .product-item {
                width: calc(50% - 4px);
            }

            .product-item:not(:nth-child(5n)) {
                margin-right: 0;
            }

            .product-item:nth-child(2n + 1) {
                margin-right: 8px;
            }

            .btn-box .btn {
                padding: 3px 10px;
            }

        }
    </style>
</head>

<body>
<div class="container" id="app">

    <div class="header-top">
        <h1 class="ops-title">Oops!</h1>
        <img class="oops-img" no-replace="data-original,lazy" src="https://media.dpdvx.com/uploads/38f55add6a1bb10ad157725e29d926db.png" alt>
        <p class="hint-title"></p>
        <p class="hint-sub"></p>
        <div class="btn-box">
            <button class="update btn">
                <span class="update-hint"></span>
                <img no-replace="data-original,lazy" src="https://cdn3.hsrdkt.com/uploads/6c717be32cbee043d47247c945aa1f1b.png" alt>
            </button>
        </div>
    </div>
</div>
</body>
<script>
    const errorReason = ''; // errorReason
    const updateBtn = document.querySelector('.btn-box>.update');

    const hintTitle = document.querySelector('.hint-title');
    const hintSub = document.querySelector('.hint-sub');
    const updateHint = document.querySelector('.update-hint');

    hintTitle.innerHTML = errorReason || 'Server internal error, please try again later';
    hintSub.innerHTML = 'Please refresh the page or browse other recommended items. For any other inquiries, please contact customer service.';
    updateHint.innerHTML = 'To Refresh';

    updateBtn.addEventListener('click', () => {
        window.location.reload();
    })
</script>


</html>                               

Alan adının whois bilgisi

Domain Name: KIMJP.COM
Registry Domain ID: 2957146817_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.paycenter.com.cn
Registrar URL: http://www.xinnet.com
Updated Date: 2025-05-30T07:47:11Z
Creation Date: 2025-02-07T03:45:06Z
Registry Expiry Date: 2026-02-07T03:45:06Z
Registrar: Xin Net Technology Corporation
Registrar IANA ID: 120
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.4008182233
Domain Status: ok https://icann.org/epp#ok
Name Server: NS-1066.AWSDNS-05.ORG
Name Server: NS-1628.AWSDNS-11.CO.UK
Name Server: NS-411.AWSDNS-51.COM
Name Server: NS-706.AWSDNS-24.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-30T22:19:09Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass