Skip to content

Commit

Permalink
Merge pull request #7 from playground-xyz/3648-prebidjs-pxyz-adapter
Browse files Browse the repository at this point in the history
change application type to application\json for playground adapter
  • Loading branch information
LucaConfa committed May 17, 2018
2 parents 269bcbe + 434d0b6 commit bc705b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/playgroundxyzBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,16 @@ export const spec = {
}
const payloadString = JSON.stringify(payload);

const options = {
contentType: 'application/json',
withCredentials: false
};

return {
method: 'POST',
url: URL,
data: payloadString,
options,
bidderRequest
};
},
Expand Down

0 comments on commit bc705b0

Please sign in to comment.