Page MenuHomePhabricator

Investigate why some queryrevision entries in the api-feature-usage log channel seem to be performed as anonymous
Open, Needs TriagePublic

Description

Split from T274514 (private task), see for instance this logstash entry: it repeats the IP twice, as if the performer was not logged in, but we have reasons to believe they were.

Event Timeline

Maybe it's just HotCat doing a non-credentialed fetch?

Maybe it's just HotCat doing a non-credentialed fetch?

Good point, didn't think about that. There seem to be similar API requests in HotCat, and although I haven't checked deeply, that might be it?

At a glance there are two calls, one with $.getJSON, the other by inserting a <script> tag. I think both of those would be credentialed but didn't investigate much.