Intro-To-Serverless
Intro-To-Serverless copied to clipboard
[Content Bug] Response Week 3 step 3 - usage of const, usage of Header
Codename Blob + 3RR0R Handling
Identify Steps:
- Step 3
Week:
week 3
Describe the Issue
- You should use
const for thepassword` 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 thepassword` variable - Passing of parameter via request body for the filename, not via a custom field of the header
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@emsesc @ganning127 : Can we add the pinned label to the issues that should be done after the summer session so that they are ignored by the stale bot?