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 full form of ARPANET?
What is the full form of ARPANET? ARPANET का पुर्ण रूप क्या है
What does the acronym ‘WWW’ stand for in internet terminology?
What does the acronym ‘WWW’ stand for in internet terminology? इंटरनेट शब्दावली में संक्षिप्त रुप...
Identify the prominent tool utilised for fetching data from the web.
Identify the prominent tool utilised for fetching data from the web. वेब से डेटा प्राप्त...
The process of transaction of general or goods on the Internet is called
The process of transaction of general or goods on the Internet is called इण्टनरनेट पर...
What is the process of providing Internet access through coaxial cable?
What is the process of providing Internet access through coaxial cable? कोएक्सियल केबल के माध्यम...
Which protocol is commonly used for secure communication over the web?
Which protocol is commonly used for secure communication over the web? वेब पर सुरक्षित संचार...
What is the purpose of a web browser’s ‘Incognito’ or ‘Private Browsing’ mode?
What is the purpose of a web browser’s ‘Incognito’ or ‘Private Browsing’ mode? वेब ब्राउज़र...