প্রোটোকল ফেরত দিতে window.location অবজেক্ট ব্যবহার করুন। জানালা .l ocation.protoco আমি ওয়েব প্রোটোকল ফেরত দেব যেমন এটি http কিনা অথবা https −
উদাহরণ
<!DOCTYPE html> <html> <body> <script> document.write("https or https: <br>The protocol is:"+window.location.protocol); </script> </body> </html>