Which is the correct syntax to add HTTP headers to the request?
Options:
Explanation:
The correct syntax to add HTTP headers to the request is,
Tags:
AJAX
Answer:
Which is the correct syntax to add HTTP headers to the request setRequestHeader(header, value).