With HTTP PUT requests, is it typical for the filename to be included as part of the request URI such as:
http://host/myfilename.txt
or is it included as a standard header key/value pair? If so, what is the key?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its is not the key values pair but the complete URI. Which means it will direct you to the resource completely. It is the standard. HTTP RFC is where you will go through to understand how URIs are represented.