-
Notifications
You must be signed in to change notification settings - Fork 738
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
SmartHub: add Markapp alias #3627
SmartHub: add Markapp alias #3627
Conversation
Code coverage summaryNote:
smarthubRefer here for heat map coverage report
|
Code coverage summaryNote:
smarthubRefer here for heat map coverage report
|
Code coverage summaryNote:
smarthubRefer here for heat map coverage report
|
Code coverage summaryNote:
smarthubRefer here for heat map coverage report
|
Code coverage summaryNote:
smarthubRefer here for heat map coverage report
|
Code coverage summaryNote:
smarthubRefer here for heat map coverage report
|
Code coverage summaryNote:
smarthubRefer here for heat map coverage report
|
Code coverage summaryNote:
smarthubRefer here for heat map coverage report
|
ebe3c6c
to
3eb3ee3
Compare
Code coverage summaryNote:
smarthubRefer here for heat map coverage report
|
endpoint: "http://{{.Host}}-prebid.smart-hub.io/?seat={{.AccountID}}&token={{.SourceId}}" | ||
endpoint: "http://prebid.smart-hub.io/pbserver?partnerName={{.Host}}&seat={{.AccountID}}&token={{.SourceId}}" |
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.
@SmartHubSolutions
endpoint is not reachable
curl -i --location --request POST 'http://prebid.smart-hub.io/pbserver/partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer'
curl: (7) Failed to connect to prebid.smart-hub.io port 80 after 295 ms: Couldn't connect to server
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.
we had some problems but from now on the server will be working 24/7
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.
link must be ...pbserver?partnerName... instead wrong ...pbserver/partnerName...
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.
received 200 response
curl -i --location --request POST 'http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer'
HTTP/1.1 200 OK
Server: nginx
No description provided.