ErrorController
Request
GET Parameters
No GET parameters
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
| Key | Value |
|---|---|
| _controller | "error_controller" |
| _stopwatch_token | "f54d84" |
| exception | Twig\Error\RuntimeError {#1836 #message: "An exception has been thrown during the rendering of a template ("Warning: Undefined array key "HTTP_USER_AGENT"")." #code: 0 #file: "/home/olasoftnka/nsia-provider/templates/template.html.twig" #line: 4 -previous: ErrorException {#1849 …} -lineno: 4 -name: "template.html.twig" -rawMessage: "An exception has been thrown during the rendering of a template ("Warning: Undefined array key "HTTP_USER_AGENT"")." -sourcePath: "/home/olasoftnka/nsia-provider/templates/template.html.twig" -sourceCode: """ {% extends 'Default/parameters.html.twig' %}\r\n {% block html %}\r\n <!doctype html>\r\n <html lang='{{ app.request.locale ?? "fr" }}' class='{{desktop("adapt")}}'>\r\n <head>\r\n <title>{{t}}</title>\r\n <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />\r\n <meta name='description' content='{{d}}' />\r\n <meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />\r\n <meta property='fb:app_id' content='798097520521275' />\r\n <meta property='og:url' content='{{app.request.uri}}' />\r\n <meta property='og:type' content='article' />\r\n <meta property='og:title' content='{{t}}' data-dynamic='true' />\r\n <meta property='og:description' content='{{d}}' data-dynamic='true' />\r\n <meta property='og:image' content='{{w}}{{thumb}}?v=001' data-dynamic='true' />\r\n <meta property='og:image:width' content='{{thumbnailSize.width}}' data-dynamic='true'>\r\n <meta property='og:image:height' content='{{thumbnailSize.height}}' data-dynamic='true'>\r\n <meta property='og:locale' content='fr_FR' />\r\n <meta property='og:site_name' content='{{sitename}}' />\r\n <meta property='twitter:url' content='{{app.request.uri}}' />\r\n <meta property='twitter:card' content='summary' />\r\n <meta property='twitter:title' content='{{t}}' />\r\n <meta property='twitter:description' content='{{d}}' />\r\n <meta property='twitter:image' content='{{w}}{{thumb}}' />\r\n <link rel="icon" href="{{asset('images/favicon.ico')}}">\r\n <link type='text/css' rel='stylesheet' href='{{asset("css/os-style.css")}}' />\r\n <link type='text/css' rel='stylesheet' href='{{asset("css/style.css")}}' />\r\n <link type='text/css' rel='stylesheet' href='{{asset("css/os-anim.css")}}' />\r\n \r\n <link type='text/css' rel='stylesheet' href='{{asset("css/provider.css")}}' />\r\n <script src="https://kit.fontawesome.com/5c0ab7f24a.js" crossorigin="anonymous"></script>\r\n \r\n <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"/>\r\n {% block css %}{% endblock %}\r\n </head>\r\n <body>\r\n {% block container %}\r\n <div id='container' class='container relative w100 hoverflow'>\r\n {% set platforms = [\r\n {icon:"home", "label": (isMobile() ? "" : "Accueil"|trans), link: static.PrincipalWebsiteLink, active:false},\r\n {icon:"user-tie", "label": (isMobile() ? "" : "Recrutement"|trans), link: static.JobsWebsiteLink, active:false},\r\n {icon:"briefcase", "label": (isMobile() ? "" : "Espace fournisseur"|trans), link:path('home'), active:true},\r\n ] %}\r\n <header id='header' class='fixed shadow left top w100 hheight transition-alt visible'>\r\n {% block header %}\r\n <div class="flex col h100">\r\n <nav class="bg-success flex row space {{desktop('gpadding')}} {{mobile('hz-20-in')}}">\r\n <ul class="list flex row p-alt white">\r\n {% for o in platforms %}\r\n <li class="{{desktop('right-30')}}">\r\n <a class="iflex row middle upper {{ desktop("vt-15-in")}}{{ mobile("vt-10-in")}} {{ desktop(o.active ? 'bg-white success hz-20-in bold' : "hz-20-in")}}{{ mobile(o.active ? 'bg-white success hz-15-in' : "hz-15-in")}}" href="{{o.link}}">\r\n <i class="fa fa-{{o.icon}} {{desktop('right-8')}}"></i>\r\n {{ o.label }}\r\n </a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class="h100 flex row {{ desktop("vt-10-in") }}{{ mobile("vt-3-in") }} middle">\r\n {% if not role.isConnected %}\r\n <span class="{{desktop('left-30')}} flex col middle">\r\n <a class="iflex row middle white {{ mobile("h6 nowrap") }}" href="{{ path('provider_login') }}">\r\n <i class="fa fa-lock right-8 h6"></i>\r\n {{ "sign in"|trans }}\r\n </a>\r\n </span>\r\n {% elseif isDesktop() %}\r\n <span class="{{desktop('left-30')}} white">{{ app.user.email }}</span>\r\n {% endif %}\r\n <span class="{{ desktop("left-20")}}{{ mobile("left-15")}} white">\r\n {% include '_locale_switcher.html.twig' %}\r\n </span>\r\n </div>\r\n </nav>\r\n \r\n <div class='w100 bg-white h100 relative flex row space gpadding {{desktop("")}} {{mobile("")}}'>\r\n <a class="relative iflex row {{desktop(" vt-20-in")}} {{mobile("vt-10-in")}}" href="{{path('home')}}">\r\n <figure id='logo' href='{{path("home")}}' class='relative'>\r\n <img src="{{asset(os_param('logo'))}}" class='{{desktop('block')}} {{mobile('h100 absolute')}}' style="{{desktop('height: 3.71643469vw')}}">\r\n </figure>\r\n </a>\r\n \r\n {% block menu %}\r\n <div class="flex row middle center {{desktop('')}}">\r\n <menu id='menu' class='fill transition-alt {{desktop("h100")}} {{mobile("bg-success fixed top left htop w100 anim-display anim-from-right")}}'>\r\n {{render(controller('App\\Controller\\DefaultController::menu',{activeMenu:(menu is defined ? menu)}))}}\r\n </menu>\r\n </div>\r\n {% endblock %}\r\n \r\n <div class="relative flex row">\r\n {% if role.connected %}\r\n <div class="relative">\r\n <div data-target="#actions-box" class="os-click adapt left-30 flex row middle h100">\r\n <span class="bg-warning white p-alt {{ desktop("shadow-alt-2 vt-4-in left-15-in right-25-in") }}{{ mobile("vt-2-in left-10-in right-20-in p-alt") }}" style="transform: translateX(var(--15px))">{{ app.user.socialReason }}</span>\r\n <figure class="pointer icon {{ desktop("big") }} circle relative hoverflow {{ desktop("shadow-alt-2")}} bg-warning">\r\n <div class="fill flex col middle center">\r\n <i class="fa h3 fa-user adapt white"></i>\r\n </div>\r\n </figure>\r\n </div>\r\n <div id='actions-box' class='anim-display anim-show absolute {{ desktop("right-20")}} right ytop-100 adapt'>\r\n <div class='nowrap {{desktop("padding-40")}} {{mobile("padding-20 border border-success")}} bg-white black-alt shadow-alt radius-5 flex col p adapt'>\r\n <a href='{{path('post-invoice-deposit')}}' class='relative adapt bottom-10'><i class='fas fa-file-invoice success right-10 adapt'></i><span> {{ "Deposit invoice"|trans }} </span></a>\r\n <a href='{{path('deposit-invoice-list')}}' class='relative adapt bottom-10'><i class='fa fa-list-ul success right-10 adapt'></i><span> {{ "Deposit invoice list"|trans }} </span></a>\r\n \r\n <span class="block top-1-in vt-8 bg-gray-alt"></span>\r\n \r\n <a href='{{ path('profile-documents') }}' class='relative adapt bottom-10'><i class='far fa-folder success right-10 adapt'></i><span> {{ "my documents"|trans }}</span></a>\r\n <a href='{{ path('update-profile') }}' class='relative adapt bottom-10'><i class='fa fa-pen success right-10 adapt'></i><span> {{ "edit profile"|trans }}</span></a>\r\n \r\n <span class="block top-1-in vt-8 bg-gray-alt"></span>\r\n \r\n <a href='{{ path('profile-activities') }}' class='relative adapt bottom-10'><i class='fa fa-list success right-10 adapt'></i><span> {{ "my activities"|trans }}</span></a>\r\n <a href='{{ path('update-profile-password') }}' class='relative adapt bottom-10'><i class='fa fa-unlock-alt success right-10 adapt'></i><span> {{ "edit password"|trans }}</span></a>\r\n <a href='{{path("provider_logout")}}' class='relative '><i class='fa fa-sign-out-alt gray-alt right-10 adapt'></i> Se déconnecter</a>\r\n </div>\r\n </div>\r\n </div>\r\n {% else %}\r\n <div class="flex row middle center">\r\n <a data-target="#login-box" class="os-click flex row middle {{desktop('white bg-warning medium radius-5 vt-10-in hz-20-in')}}{{mobile('border border-1x border-warning radius-3 vt-3-in hz-7-in p-alt')}}">\r\n <i class="fa fa-user adapt {{ mobile("warning") }}"></i>\r\n <span class="{{ desktop("left-10")}}{{ mobile("left-8 warning medium")}} nowrap">{{ static.MenuAccountButtonText }}</span>\r\n </a>\r\n </div>\r\n {% endif %}\r\n {% if isMobile() and not role.connected%}\r\n {#\r\n <div id='btn-menu' class='{{ desktop("left-25")}}{{ mobile("left-15")}} flex col middle os-click' data-target='#menu'>\r\n <i class='fa fa-bars h2 black-alt'></i>\r\n </div>\r\n #}\r\n {% endif %}\r\n </div>\r\n </div>\r\n </div>\r\n \r\n {% endblock header %}\r\n </header>\r\n \r\n {% block banner %}\r\n <div id='' class='relative w100 htop-in {{desktop("flex row")}} {{mobile("")}}'>\r\n <div id='' class='banner relative w100 {{mobile("flex col middle")}}'>\r\n <figure class="fill relative hoverflow {{mobile("absolute fill top left")}}">\r\n <img src="{{b}}" class="cover">\r\n </figure>\r\n {% if isMobile() %}\r\n <div class="absolute fill top left gradient-banner"></div>\r\n {% endif %}\r\n <div class="{{ desktop("absolute fill top left")}}{{ mobile("fill vt-20-in")}} gpadding gradient-banner">\r\n {% block titlebox %}\r\n <div class="fill relative flex col middle">\r\n <h1 class="white">{{title is defined and title ? (title|raw) : "Espace fournisseur"}}</h1>\r\n </div>\r\n {% endblock %}\r\n </div>\r\n </div>\r\n </div>\r\n {% endblock banner %}\r\n {% block body %}\r\n <div id='content' class='bg-white content relative'>\r\n {% block content %}\r\n {% endblock content %}\r\n </div>\r\n {% endblock body %}\r\n \r\n {% if isMobile() and not home and noShare is not defined %}\r\n <div class='flex row middle space bg-gray sharing-box gpadding {{desktop('vt-40-in')}} {{mobile('vt-10-in')}}'>\r\n <h2 class='h6 success-alt upper vt-8-in font-alt bold'>{{ "Partager cette page"|trans }}</h2>\r\n <div class='flex row middle success-alt'>\r\n {% set link = app.request.uri %}\r\n {% if title is not defined %}{% set title = "Site web du "~sitename %} {% endif %}\r\n {% set class = "iflex col middle center "~ desktop('left-20 h2')~ mobile('left-8 h3') %}\r\n <a class='{{class}}' title='Partager via WhatsApp' target='_blank' href='whatsapp://send?text={{title}} => {{link}}'><i class='transition fab fa-whatsapp'></i></a>\r\n <a class='{{class}}' title='Partager sur Facebook' target='_blank' href='https://www.facebook.com/sharer/sharer.php?u={{link}}&t={{title}}'><i class='transition fab fa-facebook-square'></i></a>\r\n <a class='{{class}}' title='Partager sur Twitter' target='_blank' href='https://twitter.com/intent/tweet?text={{title}}&url={{link}}'><i class='transition fab fa-twitter'></i></a>\r\n <a class='{{class}}' title='Envoyer par mail' target='_blank' href='mailto:?subject={{title}}&body=Je vous invite à lire cette page : {{link}}.'><i class='transition fa fa-envelope'></i></a>\r\n <a class='{{class}}' title='Partager sur LinkedIn' target='_blank' href='https://www.linkedin.com/shareArticle?mini=true&url={{link}}&title={{title}}'><i class='transition fab fa-linkedin'></i></a>\r\n </div>\r\n </div>\r\n {% endif %}\r\n \r\n {% block footer %}\r\n {{ include('footer.html.twig') }}\r\n {#\r\n <footer id="footer" class="bg-success relative gpadding flex col center {{desktop('vt-60-in op-40')}} {{mobile(' text-center vt-40-in')}}">\r\n <figure class="relative hoverflow {{desktop('gheight gwidth')}} {{mobile('icon medium')}}">\r\n <img src="{{l}}" class="block contain">\r\n </figure>\r\n <div class="relative flex row center text-center {{desktop('gpadding top-20')}}{{mobile('')}}">\r\n <p class="white">\r\n © Copyright {{"now"|date('Y')}}\r\n <br>{{sitename}}\r\n </p>\r\n </div>\r\n </footer>\r\n #}\r\n {% endblock footer %}\r\n </div>\r\n {% endblock container %}\r\n \r\n \r\n <div id='searchBox' class='anim-display anim-show vfill fixed top left'>\r\n <i class="block bg-success transparent fill absolute top left"></i>\r\n <div class='hpadding fill flex row center middle'>\r\n <div class='relative shadow {{desktop("half_80 vt-80-in hz-80-in")}} {{mobile("vt-20-in hz-20-in")}} bg-white'>\r\n <div class='absolute top right bg-error padding-10'>\r\n <span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>\r\n </div>\r\n <div class='w100 flex col around'>\r\n <div class='flex col middle top-20'>\r\n <h2 class='h3 success'>Faire une recherche</h2>\r\n <p class='h6 upper text-left top-20 bottom-20'>Produits, services, actualités, etc.</p>\r\n <div class='flex row'>\r\n <div class='bg-gray w100'>\r\n <input id='searchInput' data-action='#' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in {{desktop("hz-40-in")}} {{mobile("hz-20-in")}} block w100' placeholder='Saisissez votre recherche ici'>\r\n </div>\r\n <div class='relative flex col middle center {{desktop("")}} {{mobile("")}} vt-10-in hz-20-in bg-success'>\r\n <span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n <div id='login-box' class='anim-display anim-show vfill fixed top left'>\r\n <i class="block bg-success transparent fill absolute top left"></i>\r\n <div class='hpadding fill flex row center middle'>\r\n <div class='relative shadow {{desktop("half_80 vt-80-in hz-80-in")}} {{mobile("vt-20-in hz-20-in hz-10 w100")}} bg-white'>\r\n <div class='absolute top right bg-error padding-10'>\r\n <span data-target='#login-box' class='block icon close contain filter-white os-click'></span>\r\n </div>\r\n <div class='w100 flex col around'>\r\n <div class='flex col middle top-20'>\r\n {{ include('security/_provider_login_form.html.twig') }}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n {% set notices = app.session.flashBag.get('notice') %}\r\n {% if notices|length %}\r\n <div class='popup show gpadding flex col middle center'>\r\n <span class='icon contain close os-close filter-white absolute top right'></span>\r\n {% for notice in notices %}\r\n <div class='flex row middle center relative bg-white hz-40-in vt-20-in '>\r\n <div class='flex row success text-left'>\r\n <i class='fa fa-thumbs-up fa-3x top-5 right-20'></i>\r\n <p class='h4 black'>{{notice|raw}}</p>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n </div>\r\n {% endif %}\r\n \r\n {% if not app.request.cookies.get('cookiesChecked') %}\r\n {{render(controller('App\\Controller\\CookiesController::index'))}}\r\n \r\n {% if os_param('GA') and app.request.schemeAndHttpHost() != 'http://localhost' %}\r\n {% set code = os_param('GA') %}\r\n <script async src="https://www.googletagmanager.com/gtag/js?id={{code}}"></script>\r\n <script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag('js', new Date());\r\n gtag('config', '{{code}}');\r\n </script>\r\n {% endif %}\r\n {% endif %}\r\n \r\n <script src='{{asset("js/jquery-3.6.0.min.js")}}'></script>\r\n <script src='{{asset("js/os-script.js")}}?v=004'></script>\r\n <script src='{{asset("js/script.js")}}?v=004'></script>\r\n <script src='{{asset("js/cookies.js")}}?v=004'></script>\r\n \r\n {% block js %}\r\n {% endblock %}\r\n </body>\r\n </html>\r\n {% endblock %}\r\n """ : { { Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) … › |
| logger | Symfony\Bridge\Monolog\Logger {#644 …7} |
Request Headers
| Header | Value |
|---|---|
| forwarded | "for=185.242.3.215; proto=http; host=nsia-provider.olasoft.net" |
| host | "nsia-provider.olasoft.net" |
| remote-ip | "185.242.3.215" |
| x-forwarded-for | "185.242.3.215" |
| x-forwarded-port | "80" |
| x-forwarded-proto | "http" |
| x-iplb-unique-id | "B9F203D7:CF8E_D5BA2128:0050_69FA23AA_38D841:2CEE55" |
| x-ovhrequest-id | "4be5f13721484ef2ddd150576ab45e70" |
| x-php-ob-level | "1" |
| x-predictor | "1" |
| x-remote-ip | "185.242.3.215" |
| x-remote-port | "53134" |
| x-remote-proto | "http" |
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, 05 May 2026 17:06:51 GMT" |
| x-debug-exception | "An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Warning%3A%20Undefined%20array%20key%20%22HTTP_USER_AGENT%22%22%29." |
| x-debug-exception-file | "%2Fhome%2Folasoftnka%2Fnsia-provider%2Ftemplates%2Ftemplate.html.twig:4" |
| x-debug-token | "273ec7" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 1
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
1
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 44
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/security-core/Security.php"
"line" => 58
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/security-core/Security.php"
"line" => 40
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Security"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/src/EventSubscriber/RedirectToSetPasswordSubscriber.php"
"line" => 26
"function" => "getUser"
"class" => "Symfony\Component\Security\Core\Security"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 111
"function" => "onKernelRequest"
"class" => "App\EventSubscriber\RedirectToSetPasswordSubscriber"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 230
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 59
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 152
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 128
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 74
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/http-kernel/Kernel.php"
"line" => 202
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/olasoftnka/nsia-provider/public/index.php"
"line" => 5
"args" => [
"/home/olasoftnka/nsia-provider/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "07c887ded0e8bd03a6b01bcca9c0f825" |
| DATABASE_URL | "mysql://nsia-provider:h4jcYM6aeCqHtn29@sf111235-001.privatesql:35453/nsia-provider" |
| GOOGLE_RECAPTCHA_SECRET_KEY | "6Let4N8gAAAAAIlNRUDwgNE_XheD-OQdjv5BH97G" |
| GOOGLE_RECAPTCHA_SITE_KEY | "6Let4N8gAAAAALnCz6Q6zib-WHaMMCMreRIWmo2r" |
| MAILER_DSN | "sendgrid+api://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@default" |
| MAILER_FROM | "noreply@olasoft.net" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CFG_CLUSTER | "cluster111" |
| DOCUMENT_ROOT | "/home/olasoftnka/nsia-provider/public" |
| ENVIRONMENT | "production" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| GEOIP_AREA_CODE | "0" |
| GEOIP_COUNTRY_CODE | "PL" |
| GEOIP_COUNTRY_NAME | "Poland" |
| GEOIP_DMA_CODE | "0" |
| GEOIP_LATITUDE | "52.239399" |
| GEOIP_LONGITUDE | "21.036200" |
| HTTP_FORWARDED | "for=185.242.3.215; proto=http; host=nsia-provider.olasoft.net" |
| HTTP_HOST | "nsia-provider.olasoft.net" |
| HTTP_REMOTE_IP | "185.242.3.215" |
| HTTP_X_FORWARDED_FOR | "185.242.3.215" |
| HTTP_X_FORWARDED_PORT | "80" |
| HTTP_X_FORWARDED_PROTO | "http" |
| HTTP_X_IPLB_UNIQUE_ID | "B9F203D7:CF8E_D5BA2128:0050_69FA23AA_38D841:2CEE55" |
| HTTP_X_OVHREQUEST_ID | "4be5f13721484ef2ddd150576ab45e70" |
| HTTP_X_PREDICTOR | "1" |
| HTTP_X_REMOTE_IP | "185.242.3.215" |
| HTTP_X_REMOTE_PORT | "53134" |
| HTTP_X_REMOTE_PROTO | "http" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/" |
| REMOTE_ADDR | "185.242.3.215" |
| REMOTE_PORT | "35650" |
| REQUEST_METHOD | "GET" |
| REQUEST_TIME | 1778000811 |
| REQUEST_TIME_FLOAT | 1778000811.2313 |
| REQUEST_URI | "/" |
| SCRIPT_FILENAME | "/home/olasoftnka/nsia-provider/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "http://nsia-provider.olasoft.net/" |
| SCRIPT_URL | "/" |
| SERVER_ADDR | "10.111.40.2" |
| SERVER_ADMIN | "postmaster@nsia-provider.olasoft.net" |
| SERVER_NAME | "nsia-provider.olasoft.net" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_FROM,MAILER_DSN,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET_KEY" |
| UNIQUE_ID | "afojq8PogbVNuXMlDgnwqAAABHE" |
| USER | "olasoftnka" |
| argc | 0 |
| argv | [] |
Parent Request
Return to parent request (token = 7f52a2)
| Key | Value |
|---|---|
| _controller | "App\Controller\DefaultController::index" |
| _firewall_context | "security.firewall.map.context.main" |
| _remove_csp_headers | true |
| _route | "home" |
| _route_params | [] |
| _security_firewall_run | "_security_main" |
| _stopwatch_token | "25c04e" |