http://groupe-btelecom.fr/http/u003A////groupe/u002Dbtelecom.fr//_profiler//'%20+%20newToken%20+%20'%3EOpen%20the%20web%20profiler.%3C/a%3E/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20';%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20sfwdt.setAttribute('class',%20'sf-toolbar%20sf-error-toolbar');%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20this;%20%20%20%20%20%20%20%20%20%20%20%20%7D,%20%20%20%20%20%20%20%20%20%20%20%20toggle:%20function(selector,%20elOn,%20elOff)%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tmp%20=%20elOn.style.display,%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20el%20=%20document.getElementById(selector);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20elOn.style.display%20=%20elOff.style.display;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20elOff.style.display%20=%20tmp;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(el)%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20el.style.display%20=%20'none'%20===%20tmp%20?%27none%27%20%3A%20%27block%27%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20this%3B%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%20%20%20%20%20%20%20%20%20%20%20%20createTabs%3A%20function%28%29%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabGroups%20=%20document.querySelectorAll%28%27.sf-tabs%3Anot%28%5Bdata-processed%3Dtrue%5D%29%27%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%2A%20create%20the%20tab%20navigation%20for%20each%20group%20of%20tabs%20%2A%2F%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20%28var%20i%20%3D%200%3B%20i%20%3C%20tabGroups.length%3B%20i%20%20%29%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabs%20%3D%20tabGroups%5Bi%5D.querySelectorAll%28%27%3Ascope%20%3E%20.tab%27%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabNavigation%20%3D%20document.createElement%28%27ul%27%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigation.className%20%3D%20%27tab-navigation%27%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20selectedTabId%20%3D%20%27tab-%27%20%20%20i%20%20%20%27-0%27%3B%20%2F%2A%20select%20the%20first%20tab%20by%20default%20%2A%2F%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20%28var%20j%20%3D%200%3B%20j%20%3C%20tabs.length%3B%20j%20%20%29%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabId%20%3D%20%27tab-%27%20%20%20i%20%20%20%27-%27%20%20%20j%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabTitle%20%3D%20tabs%5Bj%5D.querySelector%28%27.tab-title%27%29.innerHTML%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabNavigationItem%20%3D%20document.createElement%28%27li%27%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigationItem.setAttribute%28%27data-tab-id%27%2C%20tabId%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28hasClass%28tabs%5Bj%5D%2C%20%27active%27%29%29%20%7B%20selectedTabId%20%3D%20tabId%3B%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28hasClass%28tabs%5Bj%5D%2C%20%27disabled%27%29%29%20%7B%20addClass%28tabNavigationItem%2C%20%27disabled%27%29%3B%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigationItem.innerHTML%20%3D%20tabTitle%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigation.appendChild%28tabNavigationItem%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabContent%20%3D%20tabs%5Bj%5D.querySelector%28%27.tab-content%27%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabContent.parentElement.setAttribute%28%27id%27%2C%20tabId%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabGroups%5Bi%5D.insertBefore%28tabNavigation%2C%20tabGroups%5Bi%5D.firstChild%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20addClass%28document.querySelector%28%27%5Bdata-tab-id%3D%27123

n/a

Request

GET Parameters

Key Value
'none'_:_'block';________________}________________return_this;____________},____________createTabs:_function()_{________________var_tabGroups_
" document.querySelectorAll('.sf-tabs:not([data-processed=true])');                /* create the tab navigation for each group of tabs */                for (var i = 0; i < tabGroups.length; i  ) {                    var tabs = tabGroups[i].querySelectorAll(':scope > .tab');                    var tabNavigation = document.createElement('ul');                    tabNavigation.className = 'tab-navigation';                    var selectedTabId = 'tab-'   i   '-0'; /* select the first tab by default */                    for (var j = 0; j < tabs.length; j  ) {                        var tabId = 'tab-'   i   '-'   j;                        var tabTitle = tabs[j].querySelector('.tab-title').innerHTML;                        var tabNavigationItem = document.createElement('li');                        tabNavigationItem.setAttribute('data-tab-id', tabId);                        if (hasClass(tabs[j], 'active')) { selectedTabId = tabId; }                        if (hasClass(tabs[j], 'disabled')) { addClass(tabNavigationItem, 'disabled'); }                        tabNavigationItem.innerHTML = tabTitle;                        tabNavigation.appendChild(tabNavigationItem);                        var tabContent = tabs[j].querySelector('.tab-content');                        tabContent.parentElement.setAttribute('id', tabId);                    }                    tabGroups[i].insertBefore(tabNavigation, tabGroups[i].firstChild);                    addClass(document.querySelector('[data-tab-id='123"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_remove_csp_headers
true
_stopwatch_token
"3eba00"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"br, gzip"
forwarded
"for=144.217.2.5; proto=http; host=groupe-btelecom.fr"
host
"groupe-btelecom.fr"
remote-ip
"82.197.64.247"
remote-port
"50104"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"
x-cdn-any-ip
"46.105.204.30"
x-cdn-request-id
"192121847"
x-forwarded-for
"82.197.64.247"
x-forwarded-port
"80"
x-forwarded-proto
"http"
x-iplb-unique-id
"90D90205:DFC6_91EF25A2:0050_68074073_49025:5DE7"
x-ovhrequest-id
"8a049a21c42938b9e6b3d81ed3f34535"
x-php-ob-level
"1"
x-predictor
"1"
x-remote-ip
"144.217.2.5"
x-remote-port
"57286"
x-remote-proto
"http"
x-scheme
"http"
x-varnish
"192121848"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 22 Apr 2025 07:08:35 GMT"
x-debug-exception
"No%20route%20found%20for%20%22GET%20http%3A%2F%2Fgroupe-btelecom.fr%2Fhttp%2Fu003A%2F%2F%2F%2Fgroupe%2Fu002Dbtelecom.fr%2F%2F_profiler%2F%2F%27%2520%2B%2520newToken%2520%2B%2520%27%253EOpen%2520the%2520web%2520profiler.%253C%2Fa%253E%2F%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%253C%2Fdiv%253E%2F%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%27%3B%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520sfwdt.setAttribute%28%27class%27%2C%2520%27sf-toolbar%2520sf-error-toolbar%27%29%3B%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%257D%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%257D%2C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520options%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%29%3B%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520return%2520this%3B%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%257D%2C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520toggle%3A%2520function%28selector%2C%2520elOn%2C%2520elOff%29%2520%257B%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520var%2520tmp%2520%3D%2520elOn.style.display%2C%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520el%2520%3D%2520document.getElementById%28selector%29%3B%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elOn.style.display%2520%3D%2520elOff.style.display%3B%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520elOff.style.display%2520%3D%2520tmp%3B%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520if%2520%28el%29%2520%257B%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520el.style.display%2520%3D%2520%27none%27%2520%3D%3D%3D%2520tmp%2520%22"
x-debug-exception-file
"%2Fhome%2Fgroupuv%2Fwww%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:130"
x-debug-token
"6bf111"
x-debug-token-link
"http://groupe-btelecom.fr/_profiler/1c5840"
x-previous-debug-token
"1c5840"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"87e223d52c84857f53ec990d956c1c5a"
DATABASE_URL
"mysql://groupuvbtelecom:Btelecom2022@groupuvbtelecom.mysql.db/groupuvbtelecom?serverVersion=mariadb-10.3.34"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster030"
DOCUMENT_ROOT
"/home/groupuv/www"
ENVIRONMENT
"development"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"0"
GEOIP_CITY
"Poole"
GEOIP_COUNTRY_CODE
"GB"
GEOIP_COUNTRY_NAME
"United Kingdom"
GEOIP_DMA_CODE
"0"
GEOIP_LATITUDE
"50.733398"
GEOIP_LONGITUDE
"-1.924600"
GEOIP_REGION
"K5"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"br, gzip"
HTTP_FORWARDED
"for=144.217.2.5; proto=http; host=groupe-btelecom.fr"
HTTP_HOST
"groupe-btelecom.fr"
HTTP_REMOTE_IP
"82.197.64.247"
HTTP_REMOTE_PORT
"50104"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"
HTTP_X_CDN_ANY_IP
"46.105.204.30"
HTTP_X_CDN_REQUEST_ID
"192121847"
HTTP_X_FORWARDED_FOR
"82.197.64.247"
HTTP_X_FORWARDED_PORT
"80"
HTTP_X_FORWARDED_PROTO
"http"
HTTP_X_IPLB_UNIQUE_ID
"90D90205:DFC6_91EF25A2:0050_68074073_49025:5DE7"
HTTP_X_OVHREQUEST_ID
"8a049a21c42938b9e6b3d81ed3f34535"
HTTP_X_PREDICTOR
"1"
HTTP_X_REMOTE_IP
"144.217.2.5"
HTTP_X_REMOTE_PORT
"57286"
HTTP_X_REMOTE_PROTO
"http"
HTTP_X_SCHEME
"http"
HTTP_X_VARNISH
"192121848"
PHP_SELF
"/public/index.php"
QUERY_STRING
"%20%27none%27%20:%20%27block%27;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20this;%20%20%20%20%20%20%20%20%20%20%20%20},%20%20%20%20%20%20%20%20%20%20%20%20createTabs:%20function()%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabGroups%20=%20document.querySelectorAll(%27.sf-tabs:not([data-processed=true])%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/*%20create%20the%20tab%20navigation%20for%20each%20group%20of%20tabs%20*/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20(var%20i%20=%200;%20i%20%3C%20tabGroups.length;%20i++)%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabs%20=%20tabGroups[i].querySelectorAll(%27:scope%20%3E%20.tab%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabNavigation%20=%20document.createElement(%27ul%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigation.className%20=%20%27tab-navigation%27;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20selectedTabId%20=%20%27tab-%27%20+%20i%20+%20%27-0%27;%20/*%20select%20the%20first%20tab%20by%20default%20*/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20(var%20j%20=%200;%20j%20%3C%20tabs.length;%20j++)%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabId%20=%20%27tab-%27%20+%20i%20+%20%27-%27%20+%20j;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabTitle%20=%20tabs[j].querySelector(%27.tab-title%27).innerHTML;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabNavigationItem%20=%20document.createElement(%27li%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigationItem.setAttribute(%27data-tab-id%27,%20tabId);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(hasClass(tabs[j],%20%27active%27))%20{%20selectedTabId%20=%20tabId;%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(hasClass(tabs[j],%20%27disabled%27))%20{%20addClass(tabNavigationItem,%20%27disabled%27);%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigationItem.innerHTML%20=%20tabTitle;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigation.appendChild(tabNavigationItem);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabContent%20=%20tabs[j].querySelector(%27.tab-content%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabContent.parentElement.setAttribute(%27id%27,%20tabId);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabGroups[i].insertBefore(tabNavigation,%20tabGroups[i].firstChild);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20addClass(document.querySelector(%27[data-tab-id=%27123"
REDIRECT_QUERY_STRING
"%20%27none%27%20:%20%27block%27;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20this;%20%20%20%20%20%20%20%20%20%20%20%20},%20%20%20%20%20%20%20%20%20%20%20%20createTabs:%20function()%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabGroups%20=%20document.querySelectorAll(%27.sf-tabs:not([data-processed=true])%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/*%20create%20the%20tab%20navigation%20for%20each%20group%20of%20tabs%20*/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20(var%20i%20=%200;%20i%20%3C%20tabGroups.length;%20i++)%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabs%20=%20tabGroups[i].querySelectorAll(%27:scope%20%3E%20.tab%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabNavigation%20=%20document.createElement(%27ul%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigation.className%20=%20%27tab-navigation%27;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20selectedTabId%20=%20%27tab-%27%20+%20i%20+%20%27-0%27;%20/*%20select%20the%20first%20tab%20by%20default%20*/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20(var%20j%20=%200;%20j%20%3C%20tabs.length;%20j++)%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabId%20=%20%27tab-%27%20+%20i%20+%20%27-%27%20+%20j;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabTitle%20=%20tabs[j].querySelector(%27.tab-title%27).innerHTML;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabNavigationItem%20=%20document.createElement(%27li%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigationItem.setAttribute(%27data-tab-id%27,%20tabId);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(hasClass(tabs[j],%20%27active%27))%20{%20selectedTabId%20=%20tabId;%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(hasClass(tabs[j],%20%27disabled%27))%20{%20addClass(tabNavigationItem,%20%27disabled%27);%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigationItem.innerHTML%20=%20tabTitle;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigation.appendChild(tabNavigationItem);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabContent%20=%20tabs[j].querySelector(%27.tab-content%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabContent.parentElement.setAttribute(%27id%27,%20tabId);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabGroups[i].insertBefore(tabNavigation,%20tabGroups[i].firstChild);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20addClass(document.querySelector(%27[data-tab-id=%27123"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/http/u003A/groupe/u002Dbtelecom.fr/_profiler/' + newToken + '>Open the web profiler.</a>/                                </div>/                            ';                            sfwdt.setAttribute('class', 'sf-toolbar sf-error-toolbar');                        }                    },                    options                );                return this;            },            toggle: function(selector, elOn, elOff) {                var tmp = elOn.style.display,                    el = document.getElementById(selector);                elOn.style.display = elOff.style.display;                elOff.style.display = tmp;                if (el) {                    el.style.display = 'none' === tmp "
REMOTE_ADDR
"82.197.64.247"
REMOTE_PORT
"58446"
REQUEST_METHOD
"GET"
REQUEST_TIME
1745305715
REQUEST_TIME_FLOAT
1745305715.54
REQUEST_URI
"/http/u003A////groupe/u002Dbtelecom.fr//_profiler//'%20+%20newToken%20+%20'%3EOpen%20the%20web%20profiler.%3C/a%3E/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20';%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20sfwdt.setAttribute('class',%20'sf-toolbar%20sf-error-toolbar');%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20this;%20%20%20%20%20%20%20%20%20%20%20%20%7D,%20%20%20%20%20%20%20%20%20%20%20%20toggle:%20function(selector,%20elOn,%20elOff)%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tmp%20=%20elOn.style.display,%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20el%20=%20document.getElementById(selector);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20elOn.style.display%20=%20elOff.style.display;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20elOff.style.display%20=%20tmp;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(el)%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20el.style.display%20=%20'none'%20===%20tmp%20?%20%27none%27%20:%20%27block%27;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20this;%20%20%20%20%20%20%20%20%20%20%20%20},%20%20%20%20%20%20%20%20%20%20%20%20createTabs:%20function()%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabGroups%20=%20document.querySelectorAll(%27.sf-tabs:not([data-processed=true])%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/*%20create%20the%20tab%20navigation%20for%20each%20group%20of%20tabs%20*/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20(var%20i%20=%200;%20i%20%3C%20tabGroups.length;%20i++)%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabs%20=%20tabGroups[i].querySelectorAll(%27:scope%20%3E%20.tab%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabNavigation%20=%20document.createElement(%27ul%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigation.className%20=%20%27tab-navigation%27;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20selectedTabId%20=%20%27tab-%27%20+%20i%20+%20%27-0%27;%20/*%20select%20the%20first%20tab%20by%20default%20*/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20(var%20j%20=%200;%20j%20%3C%20tabs.length;%20j++)%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabId%20=%20%27tab-%27%20+%20i%20+%20%27-%27%20+%20j;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabTitle%20=%20tabs[j].querySelector(%27.tab-title%27).innerHTML;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabNavigationItem%20=%20document.createElement(%27li%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigationItem.setAttribute(%27data-tab-id%27,%20tabId);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(hasClass(tabs[j],%20%27active%27))%20{%20selectedTabId%20=%20tabId;%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(hasClass(tabs[j],%20%27disabled%27))%20{%20addClass(tabNavigationItem,%20%27disabled%27);%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigationItem.innerHTML%20=%20tabTitle;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigation.appendChild(tabNavigationItem);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabContent%20=%20tabs[j].querySelector(%27.tab-content%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabContent.parentElement.setAttribute(%27id%27,%20tabId);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabGroups[i].insertBefore(tabNavigation,%20tabGroups[i].firstChild);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20addClass(document.querySelector(%27[data-tab-id=%27123"
SCRIPT_FILENAME
"/home/groupuv/www/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"http://groupe-btelecom.fr/http/u003A/groupe/u002Dbtelecom.fr/_profiler/' + newToken + '>Open the web profiler.</a>/                                </div>/                            ';                            sfwdt.setAttribute('class', 'sf-toolbar sf-error-toolbar');                        }                    },                    options                );                return this;            },            toggle: function(selector, elOn, elOff) {                var tmp = elOn.style.display,                    el = document.getElementById(selector);                elOn.style.display = elOff.style.display;                elOff.style.display = tmp;                if (el) {                    el.style.display = 'none' === tmp "
SCRIPT_URL
"/http/u003A/groupe/u002Dbtelecom.fr/_profiler/' + newToken + '>Open the web profiler.</a>/                                </div>/                            ';                            sfwdt.setAttribute('class', 'sf-toolbar sf-error-toolbar');                        }                    },                    options                );                return this;            },            toggle: function(selector, elOn, elOff) {                var tmp = elOn.style.display,                    el = document.getElementById(selector);                elOn.style.display = elOff.style.display;                elOff.style.display = tmp;                if (el) {                    el.style.display = 'none' === tmp "
SERVER_ADDR
"10.30.42.1"
SERVER_ADMIN
"postmaster@groupe-btelecom.fr"
SERVER_NAME
"groupe-btelecom.fr"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"
UNIQUE_ID
"aAdAcwRXQS@qOdI0g3wDKwAAASY"
USER
"groupuv"
argc
10
argv
[
  "%20%27none%27%20:%20%27block%27;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20this;%20%20%20%20%20%20%20%20%20%20%20%20},%20%20%20%20%20%20%20%20%20%20%20%20createTabs:%20function()%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabGroups%20=%20document.querySelectorAll(%27.sf-tabs:not([data-processed=true])%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/*%20create%20the%20tab%20navigation%20for%20each%20group%20of%20tabs%20*/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20(var%20i%20=%200;%20i%20%3C%20tabGroups.length;%20i"
  ""
  ")%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabs%20=%20tabGroups[i].querySelectorAll(%27:scope%20%3E%20.tab%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabNavigation%20=%20document.createElement(%27ul%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigation.className%20=%20%27tab-navigation%27;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20selectedTabId%20=%20%27tab-%27%20"
  "%20i%20"
  "%20%27-0%27;%20/*%20select%20the%20first%20tab%20by%20default%20*/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20(var%20j%20=%200;%20j%20%3C%20tabs.length;%20j"
  ""
  ")%20{%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabId%20=%20%27tab-%27%20"
  "%20i%20"
  "%20%27-%27%20"
  "%20j;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabTitle%20=%20tabs[j].querySelector(%27.tab-title%27).innerHTML;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabNavigationItem%20=%20document.createElement(%27li%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigationItem.setAttribute(%27data-tab-id%27,%20tabId);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(hasClass(tabs[j],%20%27active%27))%20{%20selectedTabId%20=%20tabId;%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(hasClass(tabs[j],%20%27disabled%27))%20{%20addClass(tabNavigationItem,%20%27disabled%27);%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigationItem.innerHTML%20=%20tabTitle;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabNavigation.appendChild(tabNavigationItem);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tabContent%20=%20tabs[j].querySelector(%27.tab-content%27);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabContent.parentElement.setAttribute(%27id%27,%20tabId);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tabGroups[i].insertBefore(tabNavigation,%20tabGroups[i].firstChild);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20addClass(document.querySelector(%27[data-tab-id=%27123"
]

Sub Requests 1

ErrorController (token = 1c5840)

Key Value
_controller
"error_controller"
_stopwatch_token
"fac8f6"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#224
  #message: "No route found for "GET http://groupe-btelecom.fr/http/u003A////groupe/u002Dbtelecom.fr//_profiler//'%20+%20newToken%20+%20'%3EOpen%20the%20web%20profiler.%3C/a%3E/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E/%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20';%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20sfwdt.setAttribute('class',%20'sf-toolbar%20sf-error-toolbar');%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20this;%20%20%20%20%20%20%20%20%20%20%20%20%7D,%20%20%20%20%20%20%20%20%20%20%20%20toggle:%20function(selector,%20elOn,%20elOff)%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20tmp%20=%20elOn.style.display,%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20el%20=%20document.getElementById(selector);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20elOn.style.display%20=%20elOff.style.display;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20elOff.style.display%20=%20tmp;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(el)%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20el.style.display%20=%20'none'%20===%20tmp%20""
  #code: 0
  #file: "/home/groupuv/www/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 130
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#181 …}
  -statusCode: 404
  -headers: []
  trace: {
    /home/groupuv/www/vendor/symfony/http-kernel/EventListener/RouterListener.php:130 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home/groupuv/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:111 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#155 …}
        }
      }
    }
    /home/groupuv/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#155 …}
      }
    }
    /home/groupuv/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …9]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
      }
    }
    /home/groupuv/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:152 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
        $eventName: "kernel.request"
      }
    }
    /home/groupuv/www/vendor/symfony/http-kernel/HttpKernel.php:128 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#13 …}
        $eventName: "kernel.request"
      }
    }
    /home/groupuv/www/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
        $type: 1
      }
    }
    /home/groupuv/www/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
        $type: 1
        $catch: true
      }
    }
    /home/groupuv/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
      }
    }
    /home/groupuv/www/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/groupuv/www/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/groupuv/www/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#17 …7}