Question 20
Which of the following statements is false regarding HTTP and fetch API?
A fetch call is capable of sending image data.
The “Accept” HTTP header is used by HTTP clients to tell the server which type of content they expect/prefer as response.
The HTTP headers “Accept” and “Content-Type” are essentially the same.
A fetch call allows a developer to add custom headers in the request.