- 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 26 times
10. A browser can submit values to your web application using GET or POST requests. These values can be extracted from w
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
10. A browser can submit values to your web application using GET or POST requests. These values can be extracted from w
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.