<!DOCTYPE html>
<html lang="tr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>🔍 Google Request Dump</title>
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: 'Consolas', 'Monaco', monospace;
            background: #0d1117;
            color: #c9d1d9;
            padding: 20px;
            font-size: 13px;
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
        }
        h1 {
            color: #58a6ff;
            margin-bottom: 30px;
            font-size: 24px;
        }
        .section {
            background: #161b22;
            border: 1px solid #30363d;
            border-radius: 6px;
            margin-bottom: 20px;
            overflow: hidden;
        }
        .section-header {
            background: #21262d;
            padding: 12px 20px;
            font-weight: bold;
            color: #58a6ff;
            border-bottom: 1px solid #30363d;
        }
        .section-content {
            padding: 15px 20px;
        }
        pre {
            background: #0d1117;
            padding: 15px;
            border-radius: 6px;
            overflow-x: auto;
            border: 1px solid #30363d;
            line-height: 1.6;
            white-space: pre-wrap;
            word-wrap: break-word;
        }
        .info-grid {
            display: grid;
            grid-template-columns: 200px 1fr;
            gap: 10px;
            padding: 15px 20px;
        }
        .info-label {
            color: #8b949e;
            font-weight: bold;
        }
        .info-value {
            color: #58a6ff;
            word-break: break-all;
        }
        .status-ok { color: #3fb950; }
        .status-error { color: #f85149; }
        .iframe-container {
            width: 100%;
            height: 600px;
            border: 1px solid #30363d;
            border-radius: 6px;
            overflow: hidden;
        }
        .iframe-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>🔍 Google Request Dump</h1>
        
        <div class="section">
            <div class="section-header">📊 Request Bilgileri</div>
            <div class="info-grid">
                <div class="info-label">URL:</div>
                <div class="info-value">https://www.google.com/search?q=sdfgh&amp;oq=gsdfg&amp;gs_lcrp=EgZjaHJvbWUqCQgDEAAYDRiABDIGCAAQRRg5MgkIARAuGA0YgAQyCQgCEAAYDRiABDIJCAMQABgNGIAEMgkIBBAAGA0YgAQyCQgFEAAYDRiABDILCAYQABgKGA0YgAQyCQgHEAAYDRiABDIJCAgQABgNGIAE0gEHNjM0ajBqNKgCALACAQ&amp;sourceid=chrome&amp;ie=UTF-8</div>
                
                <div class="info-label">Effective URL:</div>
                <div class="info-value">https://www.google.com/search?q=sdfgh&amp;oq=gsdfg&amp;gs_lcrp=EgZjaHJvbWUqCQgDEAAYDRiABDIGCAAQRRg5MgkIARAuGA0YgAQyCQgCEAAYDRiABDIJCAMQABgNGIAEMgkIBBAAGA0YgAQyCQgFEAAYDRiABDILCAYQABgKGA0YgAQyCQgHEAAYDRiABDIJCAgQABgNGIAE0gEHNjM0ajBqNKgCALACAQ&amp;sourceid=chrome&amp;ie=UTF-8</div>
                
                <div class="info-label">HTTP Code:</div>
                <div class="info-value status-ok">200</div>
                
                <div class="info-label">Total Time:</div>
                <div class="info-value">0.381s</div>
                
                                <div class="info-label">Error:</div>
                <div class="info-value status-error">Unrecognized content encoding type. libcurl understands deflate, gzip content encodings.</div>
                            </div>
        </div>

        <div class="section">
            <div class="section-header">📤 Gönderilen Request Headers</div>
            <div class="section-content">
                <pre>GET /search?q=sdfgh&oq=gsdfg&gs_lcrp=EgZjaHJvbWUqCQgDEAAYDRiABDIGCAAQRRg5MgkIARAuGA0YgAQyCQgCEAAYDRiABDIJCAMQABgNGIAEMgkIBBAAGA0YgAQyCQgFEAAYDRiABDILCAYQABgKGA0YgAQyCQgHEAAYDRiABDIJCAgQABgNGIAE0gEHNjM0ajBqNKgCALACAQ&sourceid=chrome&ie=UTF-8 HTTP/1.1
Host: www.google.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8
Accept-Language: tr-TR,tr;q=0.9,en-US;q=0.8,en;q=0.7
Accept-Encoding: gzip, deflate, br
Cache-Control: max-age=0
Sec-Ch-Ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"
Sec-Ch-Ua-Mobile: ?0
Sec-Ch-Ua-Platform: "Windows"
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
Upgrade-Insecure-Requests: 1
</pre>
            </div>
        </div>

        <div class="section">
            <div class="section-header">📥 Gelen Response Headers</div>
            <div class="section-content">
                <pre></pre>
            </div>
        </div>

        <div class="section">
            <div class="section-header">📄 Response Body (HTML - İlk 5000 Karakter)</div>
            <div class="section-content">
                <pre></pre>
            </div>
        </div>

        <div class="section">
            <div class="section-header">🌐 Rendered Preview</div>
            <div class="section-content">
                <div class="iframe-container">
                    <iframe srcdoc=""></iframe>
                </div>
            </div>
        </div>

        <div class="section">
            <div class="section-header">🔧 cURL Info (Full Debug)</div>
            <div class="section-content">
                <pre>Array
(
    [url] =&gt; https://www.google.com/search?q=sdfgh&amp;oq=gsdfg&amp;gs_lcrp=EgZjaHJvbWUqCQgDEAAYDRiABDIGCAAQRRg5MgkIARAuGA0YgAQyCQgCEAAYDRiABDIJCAMQABgNGIAEMgkIBBAAGA0YgAQyCQgFEAAYDRiABDILCAYQABgKGA0YgAQyCQgHEAAYDRiABDIJCAgQABgNGIAE0gEHNjM0ajBqNKgCALACAQ&amp;sourceid=chrome&amp;ie=UTF-8
    [content_type] =&gt; text/html; charset=UTF-8
    [http_code] =&gt; 200
    [header_size] =&gt; 2079
    [request_size] =&gt; 875
    [filetime] =&gt; -1
    [ssl_verify_result] =&gt; 20
    [redirect_count] =&gt; 0
    [total_time] =&gt; 0.380521
    [namelookup_time] =&gt; 0.000297
    [connect_time] =&gt; 0.200643
    [pretransfer_time] =&gt; 0.215312
    [size_upload] =&gt; 0
    [size_download] =&gt; 1369
    [speed_download] =&gt; 3597
    [speed_upload] =&gt; 0
    [download_content_length] =&gt; -1
    [upload_content_length] =&gt; 0
    [starttransfer_time] =&gt; 0.38041
    [redirect_time] =&gt; 0
    [redirect_url] =&gt; 
    [primary_ip] =&gt; 172.217.16.164
    [certinfo] =&gt; Array
        (
        )

    [primary_port] =&gt; 443
    [local_ip] =&gt; 46.4.71.206
    [local_port] =&gt; 55486
    [http_version] =&gt; 3
    [protocol] =&gt; 2
    [ssl_verifyresult] =&gt; 0
    [scheme] =&gt; HTTPS
    [appconnect_time_us] =&gt; 415731
    [connect_time_us] =&gt; 200643
    [namelookup_time_us] =&gt; 297
    [pretransfer_time_us] =&gt; 215312
    [redirect_time_us] =&gt; 0
    [starttransfer_time_us] =&gt; 380410
    [total_time_us] =&gt; 380521
)
</pre>
            </div>
        </div>
    </div>
</body>
</html>