Which Hypertext Transfer Protocol (HTTP) request method is used to send data to a web server for processing, such as submitting a form or uploading a file?
Which Hypertext Transfer Protocol (HTTP) request method is used to send data to a web server for processing, such as submitting a form or uploading a file?
किस हाइपरटेक्स्ट ट्रांसफर प्रोटोकाॅल रिक्वेस्ट विधि का उपयोग प्रसंस्करण के लिए वेब सर्वर पर डेटा भेजने के लिए किया जाता है, जैसे कि फाॅर्म सबमिट करना या फ़ाइल अपलोड करना?
Detailed Solution & Logic
POST
Explanation (व्याख्या)
🔹 The POST method in HTTP is used to send data from a client to a web server for processing.
🔹 HTTP में POST मेथड का उपयोग क्लाइंट से वेब सर्वर को प्रोसेसिंग के लिए डेटा भेजने हेतु किया जाता है।
🔹 It is commonly used when submitting online forms or uploading files.
🔹 इसका उपयोग सामान्यतः ऑनलाइन फॉर्म सबमिट करने या फाइल अपलोड करने में किया जाता है।
🔹 Data sent using POST is included in the request body, not in the URL.
🔹 POST द्वारा भेजा गया डेटा URL में नहीं बल्कि रिक्वेस्ट बॉडी में होता है।
🔹 Because the data is not visible in the URL, POST is more secure than GET for sensitive information.
🔹 क्योंकि डेटा URL में दिखाई नहीं देता, इसलिए संवेदनशील जानकारी के लिए POST, GET से अधिक सुरक्षित माना जाता है।
Extra Facts (अतिरिक्त तथ्य)
🔸 GET method is mainly used to retrieve data from a server.
🔸 GET मेथड मुख्य रूप से सर्वर से डेटा प्राप्त करने के लिए उपयोग होती है।
🔸 POST requests do not have strict data length limitations like GET.
🔸 POST रिक्वेस्ट में GET की तरह डेटा लंबाई की सख्त सीमा नहीं होती।
🔸 File uploads and login forms usually use POST method.
🔸 फाइल अपलोड और लॉगिन फॉर्म सामान्यतः POST मेथड का उपयोग करते हैं।
🔸 HTTP methods are part of web communication between browser and server.
🔸 HTTP मेथड ब्राउज़र और सर्वर के बीच वेब संचार का महत्वपूर्ण भाग हैं।
Similar Practice Questions
What is the name of the network topology in which every possible node has bidirectional links?
What is the name of the network topology in which every possible node has bidirectional...
Which component of an email is typically used to provide a brief summary of the email’s content?
Which component of an email is typically used to provide a brief summary of the...
A website is a collection of…………..
A website is a collection of………….. एक वेबसाइट ………………. का सग्रंह होता है।
Which of the following is a type of Wide Area Network (WAN)?
Which of the following is a type of Wide Area Network (WAN)? निम्नलिखित में से...
Which layer of the OSI model is responsible for encryption in network security?
Which layer of the OSI model is responsible for encryption in network security? OSI माॅडल...
What is the standard extension for downloaded web pages?
What is the standard extension for downloaded web pages? डाउनलोड किए गए वेब पेजों के...
Is the extended form of URL.
Is the extended form of URL. URL का विस्तृत रूप है।