इस टूल में कोई समस्या है?
«वेबसाइट स्थिति ऑनलाइन» के बारे में
यह टूल अनुरोध करके और HTTP स्थिति कोड की रिपोर्ट करके जाँचता है कि क्या एक वेबसाइट चालू है।
वेब स्थिति जाँच एक बार के उपलब्धता परीक्षण के लिए उपयोगी हैं।
आउटपुट में हेडर और समय जानकारी शामिल है।
इस टूल का उपयोग कैसे करें
How to check if a website is up
Enter the URL
Put the page URL into the "Website URL" field. Bare domains like example.com work — https:// is added automatically when missing.
What happens behind the scenes
Our server issues a GET, follows redirects, and reports back the final HTTP status. 2xx is considered OK; anything else is NOT OK.
Press Run
Result includes statusLabel ("OK" or "NOT OK"), userMessage, status (HTTP code), finalUrl (after redirects), contentType, and a 500-character body snippet for sanity-checking.
Interpret edge cases
Network errors return statusLabel "NOT OK" with a detail field — usually DNS failure, TLS mismatch, or refused connection. The page may still work from your browser if a CDN or geo-block treats us differently.