Page 1 of 1

10. A browser can submit values to your web application using GET or POST requests. These values can be extracted from w

Posted: Fri Jul 08, 2022 6:38 am
by answerhappygod
10 A Browser Can Submit Values To Your Web Application Using Get Or Post Requests These Values Can Be Extracted From W 1
10 A Browser Can Submit Values To Your Web Application Using Get Or Post Requests These Values Can Be Extracted From W 1 (23.66 KiB) Viewed 28 times
10. A browser can submit values to your web application using GET or POST requests. These values can be extracted from which of the following fields of the request object: request.url & request.form request.get & request.post request.query & request.body O request.get.args & request.post.args Incorrect No. POST is the HTTP method but not the name of the attribute in the request object.