Question
_____ adds data to a URL, and _____ sends the data in the request’s body.
Post, Get
Get, Post
Send, Seek
Seek, Send
Post, Get
Get, Post
Send, Seek
Seek, Send
Answers
GPT-4o mini
The correct answer is:
**Get, Post**
In HTTP, a GET request appends data to the URL (typically as query parameters), while a POST request sends data in the request's body.
**Get, Post**
In HTTP, a GET request appends data to the URL (typically as query parameters), while a POST request sends data in the request's body.