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
How do people communicate on the internet?
How do people communicate on the internet? लोग इंटरनेट पर संवाद (communicate) कैसे करते है?
Which protocol is commonly used for secure communication over the web?
Which protocol is commonly used for secure communication over the web? वेब पर सुरक्षित संचार...
When configuring an email client, what information is required to set up an incoming mail server?
When configuring an email client, what information is required to set up an incoming mail server?...
Which of the following is dialed to check IMEI number on Android or iPhone?
Which of the following is dialed to check IMEI number on Android or iPhone? एण्ड्राॅयड...
When two or more computers communicate with each other with the help of some medium, it is called
When two or more computers communicate with each other with the help of some medium,...
What is the full form of ISP?
What is the full form of ISP? ISP का पुर्ण रुप क्या है?
The standard protocol used on the Internet is
The standard protocol used on the Internet is इण्टरनेट पर प्रयुक्त होने वाला मानक प्राटोकाॅल...