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 jorgeluisrocha committed May 18, 2023
1 parent 77e1aea commit e1ef1ef
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 e1ef1ef

Please sign in to comment.