Computer Science, asked by TbiaSamishta, 11 months ago

Which of the following method sends the data as a block through the HTTP transaction ? (a) GET (b) SET (c) PUT (d) POST

Answers

Answered by mahi6163
9

I think it is no. (D) Post

Answered by Secondman
3

"Option (d) POST.

1. Method that sends the data as a block through HTTP is POST.

2. In the form, method attribute mentions how to send the form data. The attribute values of method  

    are “get and post”. The syntax can be given as <form method =”GET or POST”>

3.The get attribute value is default, form-data is appended to the URL by the get attribute. The post attribute value is used for sending the form data through HTTP transaction.

"

Similar questions