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:37 am
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: O request.url & request.form request.get & request.post request.query & request.body request.get.args & request.post.args Incorrect No. POST is the HTTP method but not the name of the attribute in the request object.