Difference between revisions of "Template:HTTPHeader-MatchUp"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with "==Header== HTTP headers need to match the protocols and formats being used. MatchUp requires the values of <code>Content-Type</code> and <code>Accept</code>. ===Example JSON...")
 
(No difference)

Latest revision as of 17:06, 26 March 2021

Header

HTTP headers need to match the protocols and formats being used.

MatchUp requires the values of Content-Type and Accept.

Example JSON Request Header

{
    "Content-Type": "application/json; charset=utf-8",
    "Accept": "application/json"
}

Usage

{{HTTPHeader-MatchUp}}