Important Notice:

HTTP/HTTPS Request and Response

HTTP/HTTPS Request and Response

6 views 1 min read

HTTP/HTTPS Request and Response (HTTP/HTTPS अनुरोध और प्रतिक्रिया):-

हिंदी

जब कोई उपयोगकर्ता (User) किसी वेबसाइट को खोलता है, तो Web Browser उस वेबसाइट के Web Server को एक HTTP/HTTPS Request (अनुरोध) भेजता है। इसके बाद Web Server उस अनुरोध को Process करके आवश्यक जानकारी (जैसे HTML, CSS, JavaScript, Images आदि) HTTP/HTTPS Response (प्रतिक्रिया) के रूप में Browser को वापस भेजता है। Browser उस Response को पढ़कर वेबसाइट को उपयोगकर्ता की स्क्रीन पर प्रदर्शित करता है।

यदि HTTPS का उपयोग किया जाता है, तो Browser और Web Server के बीच भेजा गया डेटा Encryption (एन्क्रिप्शन) के माध्यम से सुरक्षित रहता है।

English

When a user opens a website, the Web Browser sends an HTTP/HTTPS Request to the Web Server. The server processes the request and sends the required data (such as HTML, CSS, JavaScript, Images, etc.) back as an HTTP/HTTPS Response. The browser reads the response and displays the website.

When HTTPS is used, the communication between the browser and the web server is encrypted, making it secure.

Related Notes