This video reviews how to use Axios (on the client side) and Express (on the server side) to send data encoded as part of the URL itself. In Axios, this is done using the params property of the config object (the second argument to the get() method). In Express, on the server side, all incoming request parameters are parsed and properties created as part of its request.query object for every defined route.