{% extends "main.html" %} {% from "macros.html" import sanejs_details %} {% from "macros.html" import indexed_hash %} {% from "macros.html" import indexed_cookies %} {% from "macros.html" import popup_icons %} {% from "macros.html" import shorten_string %} {% block title %}Details for {{ hostname }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %} {# Headers #}
Response
{{ popup_icons(keys_response, url['url_object'], tree_uuid) }} {# Response content block #}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
{{ popup_icons(keys_request, url['url_object'], tree_uuid) }} {% if url['url_object'].posted_data %} Download posted data Posted data size: {{ sizeof_fmt(url['url_object'].posted_data|length) }} {% endif %} {% if url['cookies_sent'] %}Cookies
{{ indexed_cookies("List of cookies sent in the request", "Show on tree node setting this cookie", url['cookies_sent']) }}