Skip to content
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

Copper6SSP: Fix endpoint #4191

Merged
merged 13 commits into from
Feb 11, 2025
2 changes: 1 addition & 1 deletion static/bidder-info/copper6ssp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
endpoint: "https://endpoint.copper6.com/"
endpoint: "https://endpoint.copper6.com/pserver"
gvlVendorID: 1356
Copy link
Collaborator

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://endpoint.copper6.com/pserver
HTTP/2 204
server: nginx
date: Mon, 10 Feb 2025 18:32:21 GMT
access-control-allow-origin: *
access-control-allow-credentials: true

maintainer:
email: "[email protected]"
Expand Down
Loading