Skip to content

Commit

Permalink
Merge pull request #1160 from IABTechLab/cbc-UID2-CSTG-log-api-contact
Browse files Browse the repository at this point in the history
Added site name as contact for CSTG
  • Loading branch information
cody-constine-ttd authored Nov 19, 2024
2 parents 1385f2f + b2e30d9 commit 079bfe5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ private void handleClientSideTokenGenerateImpl(RoutingContext rc) throws NoSuchA
null, TokenResponseStatsCollector.Endpoint.ClientSideTokenGenerateV2, TokenResponseStatsCollector.ResponseStatus.BadSubscriptionId, siteProvider, platformType);
return;
}
rc.put(com.uid2.shared.Const.RoutingContextData.SiteId, clientSideKeypair.getSiteId());

if(clientSideKeypair.isDisabled()) {
SendClientErrorResponseAndRecordStats(ResponseStatus.Unauthorized, 401, rc, "Unauthorized",
Expand Down

0 comments on commit 079bfe5

Please sign in to comment.