Skip to content

Commit

Permalink
changed post content-type in bidder factory to 'application/json', as…
Browse files Browse the repository at this point in the history
… this is the stated standard for Prebid 1.0.0.
  • Loading branch information
tedrand committed Oct 11, 2017
1 parent 60f4d1e commit 0338ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/bidderFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export function newBidder(spec) {
typeof request.data === 'string' ? request.data : JSON.stringify(request.data),
{
method: 'POST',
contentType: 'text/plain',
contentType: 'application/json',
withCredentials: true
}
);
Expand Down

0 comments on commit 0338ce7

Please sign in to comment.