{% extends '@WebProfiler/Profiler/base.html.twig' %} {% block title 'Redirection Intercepted' %} {% block head %} {{ parent() }} {% endblock %} {% block body %}
{{ include('@WebProfiler/Profiler/header.html.twig', with_context = false) }}

Redirection Intercepted

{% set absolute_url = host in location ? location : host ~ location %}

This request redirects to {{ absolute_url }}

Follow redirect

The redirect was intercepted by the Symfony Web Debug toolbar to help debugging. For more information, see the "intercept-redirects" option of the Profiler.

{% endblock %}