From e1ef1eff8b6f5ca4446f97973064708633bb7d93 Mon Sep 17 00:00:00 2001 From: Mikhail Ivanchenko Date: Mon, 7 Nov 2022 23:54:10 +0300 Subject: [PATCH] NextMillennium Bid Adapter: set content-type to text/plain (#9210) * add video support * Changed content-type to text/plain --- modules/nextMillenniumBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nextMillenniumBidAdapter.js b/modules/nextMillenniumBidAdapter.js index 25ad1f43e82..762c571f1e6 100644 --- a/modules/nextMillenniumBidAdapter.js +++ b/modules/nextMillenniumBidAdapter.js @@ -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 },