{% 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_request %} {% from "macros.html" import popup_icons_response %} {% 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 scripts %} {{ super() }} {% endblock %} {% block content %} {# Headers #}
Request
{{ popup_icons_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'] }}) - Load time: {{ url['url_object'].time.total_seconds() }}s
{{ popup_icons_response(url['url_object'], tree_uuid) }} {% if url['url_object'].rendered_html %} Download rendered HTML page ({{ sizeof_fmt(url['url_object'].rendered_html.getbuffer().nbytes)}}) Download URLs in rendered HTML page {% endif %}This response contains cookies.