{% extends "main.html" %} {% from "macros.html" import sanejs_details %} {% from "macros.html" import indexed_hash %} {% from "macros.html" import indexed_cookies %} {% block title %}Details for {{ hostname }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %} {# Headers #}
Response
Show more information about this response body.
Show more information about this embedded content.
Cookies
{{ indexed_cookies("This response contains 3rd party cookies:", "Show node sending this cookie", url['cookies_received']['3rd_party']) }} {{ indexed_cookies("Other cookies sent somewhere else in the capture", "Show node sending this cookie", url['cookies_received']['sent']) }} {{ indexed_cookies("Other cookies, but never sent", "", url['cookies_received']['not_sent']) }}Request
Cookies
{{ indexed_cookies("List of cookies sent in the request", "Show on tree node setting this cookie", url['cookies_sent']) }}