Explore Library
QuizBeginner

Query vs Path Parameters

Query parameters follow a question mark, while path parameters are part of the URL path.

In the URL /users/5?active=true, which part is a query parameter?