302 durum kodu, istenen kaynağın geçici olarak farklı bir URL'de mevcut olduğunu gösterir.
Kullanıcı otomatik olarak yeni URL'ye yönlendirilir, ancak arama motorları eski adresi dizine eklemeye devam eder.
GET / HTTP/1.1 Host: mu3.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html> <head> <title>benmore.com</title> <style> body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #f8f8f8; font-family: Arial, sans-serif; color: #333; text-align: center; } </style> </head> <body> <div> <h1>benmore.com</h1> <p>Domain for sale</p> <p>Contact:<br> [email protected]<br> +852-8172-1011</p> </div> </body> </html>