bug: fix hint that was breaking the template, causing hints from different assignments to mix (#1424)

This commit is contained in:
Àngel Ollé Blázquez 2023-08-27 01:44:28 +02:00
parent 055578893d
commit d8341c86a1

View File

@ -15,7 +15,7 @@ access-control.hash.hint1=This assignment involves one simple change in a GET re
access-control.hash.hint2=If you haven't found the hidden menus from the earlier exercise, go do that first.
access-control.hash.hint3=When you look at the users page, there is a hint that more info is viewable by a given role.
access-control.hash.hint4=Have you tried tampering the GET request? Different content-types?
access-control.hash.hint5=Modify the GET request to `/access-control/users` to include 'Content-Type: application/json'
access-control.hash.hint5=Modify the GET request to '/access-control/users' to include 'Content-Type': 'application/json'
access-control.hash.hint6=Now for the harder way ... it builds on the easier way
access-control.hash.hint7=If the request to view users, were a 'service' or 'RESTful' endpoint, what would be different about it?