Assignment 0-4
Due Date: 2019-11-10
Available Points: 9 (Extra points)
HTTP Trailer, multiple transfer encoding, and user-agent-specific access denial examples in the wild.HTTP Trailer
- Find an HTTP Trailer example “in the wild”
- Post your findings in this thread
Multiple Transfer-Encoding
- Find an example “in the wild” where there are multiple
Transfer-Encoding
values present - Post your findings in this thread
Access Denied for Some User Agents
- Find an example “in the wild” where the access to the resource is denied by default when using cURL, but not when specifying a different user agent (e.g.,
-A "Mozilla"
) - Post your findings in this thread
Submission and Evaluation
- Post your findings in their corresponding threads in the discussions repository
- Include command-line output of cURL in plain text (screenshots are optional, but not sufficient)
- The examples have to be different from those in the class slides and those already shared by others
- Only the first correct submission in each thread gets full points, all subsequent submissions lose one point from the previous one