{% extends 'scenario-basic.html' %} {% block title-text %} Tiredful API:Insecure Direct Object Reference {% endblock %} {% block content %}
An online exam portal provides an API to access the result of attempt exams by a student.
Login with "batman" and try to access exam result of other user.
Following are the exam-id of test attempted by batman
GET method http://{{ request.get_host }}/api/v1/exams/<exam_id>/
Aim: Try to access exam results of other user.
{% endblock %}