Template:HTTPHeader-MatchUp

From Melissa Data Wiki
Revision as of 17:06, 26 March 2021 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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}}