Codename Blob + 3RR0R Handling
Identify Steps:
Week:
week 3
Describe the Issue
- You should use
const for the password` variable
- Link: I think that the setup passing the filename via the header is not a usual procedure. I would expect the information in the body. The header is usually used for passing additional (meta-)data about the request and the response. For details see HTTP headers.
Proposed Fix
- Usage of
const for the password` variable
- Passing of parameter via request body for the filename, not via a custom field of the header