Skip to content

Commit

Permalink
Change Bid Request contentType as from 'text/plain' to 'application/j…
Browse files Browse the repository at this point in the history
…son' (prebid#7139)
  • Loading branch information
AurelienMozoo authored and agrandes-tappx committed Sep 29, 2021
1 parent 06ab8f3 commit 08f935f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/oguryBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ function buildRequests(validBidRequests, bidderRequest) {
return {
method: 'POST',
url: BID_HOST,
data: openRtbBidRequestBanner
data: openRtbBidRequestBanner,
options: {contentType: 'application/json'},
};
}

Expand Down

0 comments on commit 08f935f

Please sign in to comment.