-
Notifications
You must be signed in to change notification settings - Fork 832
sspBC: Endpoint update #4184
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
sspBC: Endpoint update #4184
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, let's change the endpoint and then move HTML renderer to proxy app
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
@@ -1,4 +1,4 @@ | |||
endpoint: "https://ssp.wp.pl/bidder/" | |||
endpoint: "https://ssp.wp.pl/v1/bidder/prebidserver" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified endpoint is reachable
curl -i --location --request POST https://ssp.wp.pl/v1/bidder/prebidserver
HTTP/2 200
server: nginx
date: Mon, 10 Feb 2025 18:35:30 GMT
content-length: 0
accept-ch: device-memory, dpr, width, viewport-width, rtt, downlink, ect
accept-ch-lifetime: 604800
access-control-allow-credentials: true
access-control-allow-origin: *
vary: Origin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi. This PR updates the current SSPBC endpoint to a new one.