Skip to content
Permalink
3339c012d1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (12 sloc) 413 Bytes
{% extends "base.html" %}
{% block navTabs %}
{% include "helpers/requestNav.html" %}
{% endblock navTabs %}
{% block content %}
<h1>Requests Headers</h1>
<p>Here we can see the current request headers</p>
<p>Use Burp, or the Inspector tool, and try playing around changing
the request parameters and see how the data changes</p>
{% include "helpers/displayRequest.jinja2" %}
</div>
{% endblock content %}