-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Many 404 errors since : Sec-Browsing-Topics in 8.9 #10458
Comments
Are you an endpoint maintainer? Which one? I cannot find a module named societe? |
Hi,
I'm not an endpoint maintainer, just a publisher using my own wrapper.
Thx
Le lun. 11 sept. 2023 à 14:37, Patrick McCann ***@***.***> a
écrit :
… Are you an endpoint maintainer? Which one?
—
Reply to this email directly, view it on GitHub
<#10458 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A67LMBGOEREQ5WFIRWJFKYDXZ4AXNANCNFSM6AAAAAA4TCX7A4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can we have a test page? Or your adapter's |
you can test here : https://www.societe.com/#debug thx a lot |
The issue is that page monkey-patches the Request constructor with a version that does not have the same API: and with that PR, we switched Prebid's network code from XHR to fetch & Request. I am not sure what our options are here - is that monkey-patching necessary, and how commonly used is it? |
looking a bit more at that code, I wonder: is the monkey-patching unintentional? (as in, is that just a function named if possible, I suggest either renaming that to something else, or wrapping that entire file in an IIFE (e.g. instead of |
Thx a lot for your help. |
@david-societe are we all set? |
Yes. Thx again
Le lun. 11 sept. 2023 à 18:02, Patrick McCann ***@***.***> a
écrit :
… @david-societe <https://github.com/david-societe> are we all set?
—
Reply to this email directly, view it on GitHub
<#10458 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A67LMBCGSIFXXASNTAXSSJ3XZ4YYBANCNFSM6AAAAAA4TCX7A4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Type of issue
Lot of 404 errors in prebid sequence since [https://github.com//pull/10340]
Description
Prebid is trying to fetch my domain url with an object at the end (alledgally when trying to browseTopics).
-> GET https://www.dev3.societe.com/[object%20Object]
Returning a lot of 404 errors in the process
Related to this feature on 8.9 :
refactor ajax.js to use fetch instead of XHR
automatically pass browsingTopics: true to fetch, for all bidder requests, when the transmitUfpd activity is allowed
No other changes in configuration
Platform details
PREBID > 8.8
The text was updated successfully, but these errors were encountered: