Microsoft
98-382 · Question #35
For each of the following segments, select Yes if the statement is true. Otherwise, select No. Statements: 1. When using a GET request with a form, the data length is restricted. 2. Only GET…
Determine if each statement is true (Yes) or false (No): 1. When using a GET request with a form, the data length is restricted. Answer: Yes 2. Only GET requests should be used when handling sensitive form data. Answer: No 3. Form POST requests are cached. Answer: No 4. Form…
Working with the Document Object Model (DOM)
Question
For each of the following segments, select Yes if the statement is true. Otherwise, select No.
Statements:
- When using a GET request with a form, the data length is restricted.
- Only GET requests should be used when handling sensitive form data.
- Form POST requests are cached.
- Form POST requests will always remain in the browser history.
Explanation
Determine if each statement is true (Yes) or false (No):
- When using a GET request with a form, the data length is restricted. Answer: Yes
- Only GET requests should be used when handling sensitive form data. Answer: No
- Form POST requests are cached. Answer: No
- Form POST requests will always remain in the browser history. Answer: No
Topics
#GET request#POST request#form handling#HTTP methods
Community Discussion
No community discussion yet for this question.