May 2017
Beginner to intermediate
220 pages
5h 2m
English
In this section, we will take advantage of a weakness in the website structure to easily access all the content. Here are the URLs of some sample countries:
We can see that the URLs only differ in the final section of the URL path, with the country name (known as a slug) and ID. It is a common practice to include a slug in the URL to help with search engine optimization. Quite often, the web server will ignore the slug and only use the ID to match relevant records in the database. Let's check whether this works with our example website by removing the slug and checking the page ...
Read now
Unlock full access