<!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>API Request Details</title>
        <style>
            body {
                font-family: Arial, sans-serif;
                line-height: 1.6;
                color: #333;
                max-width: 1200px;
                margin: 0 auto;
                padding: 20px;
                background-color: #f5f5f5;
            }
            h1 {
                color: #2c3e50;
                border-bottom: 2px solid #3498db;
                padding-bottom: 10px;
            }
            h2 {
                color: #2980b9;
                margin-top: 20px;
            }
            pre {
                background-color: #fff;
                border: 1px solid #ddd;
                border-radius: 4px;
                padding: 15px;
                overflow: auto;
                box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            }
            .method {
                display: inline-block;
                padding: 5px 10px;
                border-radius: 4px;
                font-weight: bold;
                margin-right: 10px;
            }
            .get { background-color: #61affe; color: white; }
            .post { background-color: #49cc90; color: white; }
            .put { background-color: #fca130; color: white; }
            .delete { background-color: #f93e3e; color: white; }
            .patch { background-color: #50e3c2; color: white; }
            .options { background-color: #866cec; color: white; }
            .section {
                margin-bottom: 20px;
                background-color: white;
                padding: 15px;
                border-radius: 5px;
                box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            }
            .empty {
                color: #999;
                font-style: italic;
            }
        </style>
    </head>
    <body>
        <h1>API Request Details</h1>
        <div class="section">
            <h2>Request Overview</h2>
            <p>
                <span class="method get">GET</span>
                <strong>Path:</strong> /
            </p>
            <p><strong>Time:</strong> 2026-03-07 20:21:53</p>
            <p><strong>IP:</strong> 18.97.9.168</p>
            <p><strong>User Agent:</strong> CCBot/2.0 (https://commoncrawl.org/faq/)</p>
        </div>
        
        <div class="section">
            <h2>Query Parameters</h2>
            <p class="empty">No query parameters</p>
        </div>
        
        <div class="section">
            <h2>Headers</h2>
            <pre>{
    &quot;Host&quot;: &quot;oneoftheprojects.com&quot;,
    &quot;User-Agent&quot;: &quot;CCBot\/2.0 (https:\/\/commoncrawl.org\/faq\/)&quot;,
    &quot;Accept&quot;: &quot;text\/html,application\/xhtml+xml,application\/xml;q=0.9,*\/*;q=0.8&quot;,
    &quot;Accept-Language&quot;: &quot;en-US,en;q=0.5&quot;,
    &quot;If-Modified-Since&quot;: &quot;Sat, 07 Feb 2026 12:40:03 GMT&quot;,
    &quot;Accept-Encoding&quot;: &quot;zstd, br, gzip&quot;
}</pre>
        </div>
        
        <div class="section">
            <h2>Request Body</h2>
            <p class="empty">No body content</p>
        </div>
        
        <div class="section">
            <h2>Files</h2>
            <p class="empty">No files uploaded</p>
        </div>
        
        <div class="section">
            <h2>Cookies</h2>
            <p class="empty">No cookies</p>
        </div>
        
        <div class="section">
            <h2>Raw Response</h2>
            <pre>{
    &quot;status&quot;: &quot;success&quot;,
    &quot;message&quot;: &quot;Request details captured successfully&quot;,
    &quot;request&quot;: {
        &quot;method&quot;: &quot;GET&quot;,
        &quot;query_parameters&quot;: [],
        &quot;headers&quot;: {
            &quot;Host&quot;: &quot;oneoftheprojects.com&quot;,
            &quot;User-Agent&quot;: &quot;CCBot\/2.0 (https:\/\/commoncrawl.org\/faq\/)&quot;,
            &quot;Accept&quot;: &quot;text\/html,application\/xhtml+xml,application\/xml;q=0.9,*\/*;q=0.8&quot;,
            &quot;Accept-Language&quot;: &quot;en-US,en;q=0.5&quot;,
            &quot;If-Modified-Since&quot;: &quot;Sat, 07 Feb 2026 12:40:03 GMT&quot;,
            &quot;Accept-Encoding&quot;: &quot;zstd, br, gzip&quot;
        },
        &quot;body&quot;: null,
        &quot;files&quot;: [],
        &quot;cookies&quot;: [],
        &quot;server&quot;: {
            &quot;method&quot;: &quot;GET&quot;,
            &quot;path&quot;: &quot;\/&quot;,
            &quot;protocol&quot;: &quot;HTTP\/1.1&quot;,
            &quot;ip&quot;: &quot;18.97.9.168&quot;,
            &quot;user_agent&quot;: &quot;CCBot\/2.0 (https:\/\/commoncrawl.org\/faq\/)&quot;,
            &quot;time&quot;: &quot;2026-03-07 20:21:53&quot;
        }
    }
}</pre>
        </div>
    </body>
    </html>