prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
https://docs.prebid.org
Apache License 2.0
1.28k stars 2.05k forks source link

v1 auction request timeout / canceled #1440

Closed smartbidder1 closed 7 years ago

smartbidder1 commented 7 years ago

Type of issue

server bug?

Description

last week I've created a demo of Server to Server header bidding with prebid.js and appnexus server. it was working great, but since yesterday https://prebid.adnxs.com/pbs/v1/auction requests are cancelled by chrome and when I try to do them with fiddler, I am getting server time out.

Steps to reproduce

create a simple server to server demo setup with DFP, https://prebid.adnxs.com/pbs/v1/auction requests would die.

Expected results

A real response from https://prebid.adnxs.com/pbs/v1/auction.

Actual results

Server time out.

Platform details

Prebid.js, chrome.

Other information

my code: https://pastebin.com/a6GQEqbE

mkendall07 commented 7 years ago

can you try again? We had an issue over the weekend but should be resolved now.

smartbidder1 commented 7 years ago

now working again thanks. why am I always getting unsupported bidder error when I am trying other bidders then appnexus? such as adblade and sovrn? where is the list of the supported S2S bidders.