-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safari trying to download setuid result #1477
Comments
I'm not seeing this behavior with either prebid.adnxs.com or prebid-server.rubiconproject.com. Anyhow, it's possible that we need to tune something here, but need someone to define the solution. PBS currently responds with empty content regardless of whether that bidder's usersync type is redirect or iframe.
|
Discussed in PBS committee. We agreed to modify the PBS /setuid endpoint:
|
Extended the algorithm with f=i and f=b in light of the changes being made in #1554 |
Implemented in PBS-Java 1.62 However, I think there's a gap now with the support for bidders having both redirect and iframe syncs -- we need PBS to update the /setuid URL to add f=i when it's a redirect or f=b when it's an iframe. Opened #1831 to track. |
Implemented in PBS-Go 0.173.0. |
When setuid endpoint requested from prebid.js in safari browser it shows
Do you want to allow downloads on "site"
dialog. If we try directly open setuid in safari likehttps://prebid-server/setuid?bidder=lunamedia&gdpr=0&gdpr_consent=&uid=$UID
we getDo you want to download "setuid"
dialog. I think safari interprets200
responses withoutContent-Type
header as downloadable files.The text was updated successfully, but these errors were encountered: