{% extends "main.html" %} {% from "macros.html" import known_content_details %} {% from "macros.html" import ressource_legitimacy_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 %} {% from "macros.html" import other_captures_table %} {% from "macros.html" import get_ressource_button %} {% from "macros.html" import context_form %} {% block title %}Details for {{ hostnode.name }} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %} {# Headers #}
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'] %}This request contains cookies.
Response (Status code: {{ url['url_object'].response['status'] }})
{{ popup_icons(keys_response, url['url_object'], tree_uuid) }} {% if url['url_object'].rendered_html %} Download rendered HTML page {% endif %}This response contains cookies.