-
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
How can I test an auction with request and response in localhost? #2997
Comments
Maybe this will help? https://github.com/prebid/prebid-server-java/tree/master/sample/requests The requests will be the same for PBS-Go. Exactly where the stored responses go might differ.
The POST request body and the sample request are the same thing. |
Could you share an example for a stored request, stored response and body for using the /auction endpoint? |
Question seems to be answered |
Reopening to track as a documentation issue. |
Hey everyone,
I was wondering if could you please guide me with using the /openrtb2/auction endpoint in my localhost.
Please provide me the POST request body, the sample request and a sample response.
I tried to understand from the docs but couldn't achieve it.
The text was updated successfully, but these errors were encountered: