Skip to content

Commit

Permalink
NextMillennium Bid Adapter: set content-type to text/plain (prebid#9210)
Browse files Browse the repository at this point in the history
* add video support

* Changed content-type to text/plain
  • Loading branch information
mifanich authored and JacobKlein26 committed Feb 8, 2023
1 parent 09910ce commit 5e3d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nextMillenniumBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const spec = {
url: isTest ? TEST_ENDPOINT : ENDPOINT,
data: JSON.stringify(postBody),
options: {
contentType: 'application/json',
contentType: 'text/plain',
withCredentials: true
},

Expand Down

0 comments on commit 5e3d6dc

Please sign in to comment.