} // If no route was found, we will check if a matching is route is specified on // another HTTP verb. If it is we will need to throw a MethodNotAllowed and // inform the user agent of which HTTP verb it should use for this route. $this->checkForAlternateVerbs($request); throw new NotFoundHttpException; }
* Find the route matching a given request.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Routing\Route
*/
protected function findRoute($request)
{
$this->current = $route = $this->routes->match($request);
return $this->substituteBindings($route);
* Dispatch the request to a route and return the response.
*
* @param \Illuminate\Http\Request $request
* @return mixed
*/
public function dispatchToRoute(Request $request)
{
$route = $this->findRoute($request);
$this->events->fire('router.matched', array($route, $request));
// If no response was returned from the before filter, we will call the proper
// route instance to get the response. If no route is found a response will
// still get returned based on why no routes were found for this request.
$response = $this->callFilter('before', $request);
if (is_null($response))
{
$response = $this->dispatchToRoute($request);
}
}
if ($this->runningUnitTests() && ! $this['session']->isStarted())
{
$this['session']->start();
}
return $this['router']->dispatch($this->prepareRequest($request));
}
{
try
{
$this->refreshRequest($request = Request::createFromBase($request));
$this->boot();
return $this->dispatch($request);
}
catch (\Exception $e)
* @param \Symfony\Component\HttpFoundation\Request $request
* @param int $type
* @param bool $catch
* @return \Symfony\Component\HttpFoundation\Response
*/
public function handle(SymfonyRequest $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$response = $this->app->handle($request, $type, $catch);
$response->headers->set('X-Frame-Options', 'SAMEORIGIN', false);
if ($this->sessionConfigured())
{
$session = $this->startSession($request);
$request->setSession($session);
}
$response = $this->app->handle($request, $type, $catch);
// Again, if the session has been configured we will need to close out the session
* @param \Symfony\Component\HttpFoundation\Request $request
* @param int $type
* @param bool $catch
* @return \Symfony\Component\HttpFoundation\Response
*/
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$response = $this->app->handle($request, $type, $catch);
foreach ($this->cookies->getQueuedCookies() as $cookie)
* @param \Symfony\Component\HttpFoundation\Request $request
* @param int $type
* @param bool $catch
* @return \Symfony\Component\HttpFoundation\Response
*/
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
}
{
$this->app = $app;
$this->middlewares = $middlewares;
}
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
return $this->app->handle($request, $type, $catch);
}
* @param \Symfony\Component\HttpFoundation\Request $request
* @return void
*/
public function run(SymfonyRequest $request = null)
{
$request = $request ?: $this['request'];
$response = with($stack = $this->getStackedClient())->handle($request);
$response->send();
| Once we have the application, we can simply call the run method, | which will execute the request and send the response back to | the client's browser allowing them to enjoy the creative | and wonderful application we have whipped up for them. | */ $app->run();
| Key | Value |
| PATH | /usr/local/bin:/usr/bin:/bin |
| REDIRECT_STATUS | 200 |
| UNIQUE_ID | ao930D7ciSe90XggUdBw1QAAAV0 |
| GEOIP_COUNTRY_CODE | US |
| GEOIP_COUNTRY_NAME | United States |
| GEOIP_REGION | CA |
| GEOIP_CITY | Santa Paula |
| GEOIP_DMA_CODE | 803 |
| GEOIP_AREA_CODE | 805 |
| GEOIP_LATITUDE | 34.355598 |
| GEOIP_LONGITUDE | -119.070099 |
| SCRIPT_URL | /sitemap.xml |
| SCRIPT_URI | https://proclarius.obuone.be:443/sitemap.xml |
| HTTPS | on |
| CFG_CLUSTER | cluster114 |
| ENVIRONMENT | development |
| APP_ENGINE_VERSION | 7.0 |
| APP_ENGINE | phpcgi |
| HTTP_HOST | proclarius.obuone.be |
| HTTP_X_PREDICTOR | 1 |
| HTTP_X_FORWARDED_FOR | 216.73.216.239 |
| HTTP_X_FORWARDED_PROTO | https |
| HTTP_X_OVHREQUEST_ID | c6a61a012608b8a3e56d0a772a8e3952 |
| HTTP_ACCEPT | */* |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
| HTTP_REMOTE_IP | 216.73.216.239 |
| SERVER_SIGNATURE | |
| SERVER_SOFTWARE | Apache |
| SERVER_NAME | proclarius.obuone.be |
| SERVER_ADDR | 10.114.20.2 |
| SERVER_PORT | 443 |
| REMOTE_ADDR | 216.73.216.239 |
| DOCUMENT_ROOT | /home/obuone/www/proclarius-laravel/public |
| SERVER_ADMIN | postmaster@proclarius.obuone.be |
| SCRIPT_FILENAME | /home/obuone/www/proclarius-laravel/public/index.php |
| REMOTE_PORT | 19686 |
| REDIRECT_URL | /sitemap.xml |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_PROTOCOL | HTTP/1.1 |
| REQUEST_METHOD | GET |
| QUERY_STRING | |
| REQUEST_URI | /sitemap.xml |
| SCRIPT_NAME | /index.php |
| HOME | /homez.588/obuone |
| PWD | /homez.588/obuone/www/proclarius-laravel/public |
| UID | obuone |
| PHP_SELF | /index.php |
| REQUEST_TIME_FLOAT | 1787787216.9136 |
| REQUEST_TIME | 1787787216 |
| argv | Array ( [0] => index.php ) |
| argc | 1 |
| Key | Value |
| PATH | /usr/local/bin:/usr/bin:/bin |
| REDIRECT_STATUS | 200 |
| UNIQUE_ID | ao930D7ciSe90XggUdBw1QAAAV0 |
| GEOIP_COUNTRY_CODE | US |
| GEOIP_COUNTRY_NAME | United States |
| GEOIP_REGION | CA |
| GEOIP_CITY | Santa Paula |
| GEOIP_DMA_CODE | 803 |
| GEOIP_AREA_CODE | 805 |
| GEOIP_LATITUDE | 34.355598 |
| GEOIP_LONGITUDE | -119.070099 |
| SCRIPT_URL | /sitemap.xml |
| SCRIPT_URI | https://proclarius.obuone.be:443/sitemap.xml |
| HTTPS | on |
| CFG_CLUSTER | cluster114 |
| ENVIRONMENT | development |
| APP_ENGINE_VERSION | 7.0 |
| APP_ENGINE | phpcgi |
| HTTP_HOST | proclarius.obuone.be |
| HTTP_X_PREDICTOR | 1 |
| HTTP_X_FORWARDED_FOR | 216.73.216.239 |
| HTTP_X_FORWARDED_PROTO | https |
| HTTP_X_OVHREQUEST_ID | c6a61a012608b8a3e56d0a772a8e3952 |
| HTTP_ACCEPT | */* |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
| HTTP_REMOTE_IP | 216.73.216.239 |
| SERVER_SIGNATURE | |
| SERVER_SOFTWARE | Apache |
| SERVER_NAME | proclarius.obuone.be |
| SERVER_ADDR | 10.114.20.2 |
| SERVER_PORT | 443 |
| REMOTE_ADDR | 216.73.216.239 |
| DOCUMENT_ROOT | /home/obuone/www/proclarius-laravel/public |
| SERVER_ADMIN | postmaster@proclarius.obuone.be |
| SCRIPT_FILENAME | /home/obuone/www/proclarius-laravel/public/index.php |
| REMOTE_PORT | 19686 |
| REDIRECT_URL | /sitemap.xml |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_PROTOCOL | HTTP/1.1 |
| REQUEST_METHOD | GET |
| QUERY_STRING | |
| REQUEST_URI | /sitemap.xml |
| SCRIPT_NAME | /index.php |
| HOME | /homez.588/obuone |
| PWD | /homez.588/obuone/www/proclarius-laravel/public |
| UID | obuone |