
This challenges includes multiple components:

The application is a simple blog that displays articles from static resources:

The only user input it takes is the selected article’s ID:

It uses this ID in the path of a client-side HTTP request performed on the website’s “API”, it retrieves the article’s content from static JSON files:

This “API” is a mock and only maps to static files. (this is not relevant for solving the challenge)

The previously highlighted HTTP request sink immediately caught my attention:
