The “Links” key of the game history endpoint has two properties:
> “StatsMatchDetails”: {
> “AuthorityId”: “spartanstats”,
> “Path”: “h5/arena/matches/4866432f-6baa-4ad9-a4ce-58d426880a64”,
> …
> }
and
> “UgcFilmManifest”: {
> “AuthorityId”: “ugc”,
> “Path”: “/h5/films/4866432f-6baa-4ad9-a4ce-58d426880a64”,
> “QueryString”: “?view=film-manifest”,
> …
> }
The prior works fine on the same host, using a relative URI ("/stats/"). I can’t seem to access the latter, the film manifest. I tried The absolute URI on the same host, as well as the URI starting with “/ugc/h5/…”, both returned 404s.
Am I doing this wrong?