Q5
Which HTTP method is used for retrieving data in web scraping?
A.
POST
B.
PUT
C.
GET
AnswerD.
DELETE
Answer: Option C
Solution
Answer: Option C
Solution:
The GET method is commonly used to retrieve data in web scraping.