Posting data to the server with a form Flashcards
1
Q
Create a form that does an HTTP GET request
A
https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Sending_and_retrieving_form_data
2
Q
Create a form that does an HTTP POST request
A
…
3
Q
Describe the difference between HTTP query params and HTTP body params
A
…
4
Q
Describe the difference between a relative and absolute HTTP URL path
A
…
5
Q
Describe an HTTP redirect
A
…