$others = $this->checkForAlternateVerbs($request);
if (count($others) > 0)
{
return $this->getOtherMethodsRoute($request, $others);
}
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 |
| USER | metatradex |
| HOME | /home/metatradex |
| FCGI_ROLE | RESPONDER |
| REDIRECT_UNIQUE_ID | YyWJFUMafDfR6R9bDrBb2QAAABw |
| REDIRECT_SCRIPT_URL | /cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js |
| REDIRECT_SCRIPT_URI | http://www.metatradex.live/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js |
| REDIRECT_STATUS | 200 |
| UNIQUE_ID | YyWJFUMafDfR6R9bDrBb2QAAABw |
| SCRIPT_URL | /cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js |
| SCRIPT_URI | http://www.metatradex.live/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js |
| proxy-nokeepalive | 1 |
| HTTP_REFERER | http://www.metatradex.live/ |
| HTTP_COOKIE | $Version=1; laravel_session=eyJpdiI6Ik0weURqTERKUFhjdGo3K0dlZWZZc25SblRkR2tjMXdvcVVXZFZHMkdkZ3M9IiwidmFsdWUiOiIrUjM2aHRldjl2Q3l1eHlEVGtyRXJiT2N0Tnh0RjZcL0prTnFYK3FhSG9yblNOMU1aejdSUzN5amVMMFdMbFljT2t1Yk53S2xJcVJ2eFMxbGgrTFwvY2lnPT0iLCJtYWMiOiIxMjU2MWM5ZWI1NmJlZjZjMzY1M2MxNmFkZWQ1ZjE2ZDcxZWZkNTdhMWQwZWUyNmMyNmU1N2RjNDgwMGQzZTkxIn0%3D; $Path=/ |
| HTTP_CONNECTION | keep-alive |
| HTTP_HOST | www.metatradex.live |
| HTTP_USER_AGENT | Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98) |
| HTTP_ACCEPT | text/html,image/png,image/jpeg,image/pjpeg,image/x-xbitmap,image/svg+xml,image/gif;q=0.9,*/*;q=0.1 |
| HTTP_ACCEPT_LANGUAGE | en, * |
| HTTP_ACCEPT_ENCODING | gzip, identity;q=0.9 |
| PATH | /usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin |
| SERVER_SIGNATURE | |
| SERVER_SOFTWARE | Apache |
| SERVER_NAME | www.metatradex.live |
| SERVER_ADDR | 97.74.81.16 |
| SERVER_PORT | 80 |
| REMOTE_ADDR | 157.37.167.176 |
| DOCUMENT_ROOT | /home/metatradex/public_html |
| REQUEST_SCHEME | http |
| CONTEXT_PREFIX | |
| CONTEXT_DOCUMENT_ROOT | /home/metatradex/public_html |
| SERVER_ADMIN | webmaster@metatradex.live |
| SCRIPT_FILENAME | /home/metatradex/public_html/index.php |
| REMOTE_PORT | 1371 |
| REDIRECT_URL | /cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_PROTOCOL | HTTP/1.1 |
| REQUEST_METHOD | GET |
| QUERY_STRING | |
| REQUEST_URI | /cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js |
| SCRIPT_NAME | /index.php |
| PHP_SELF | /index.php |
| REQUEST_TIME_FLOAT | 1663404309.8157 |
| REQUEST_TIME | 1663404309 |
| argv | Array ( ) |
| argc | 0 |
| Key | Value |
| $Version | 1 |
| laravel_session | eyJpdiI6Ik0weURqTERKUFhjdGo3K0dlZWZZc25SblRkR2tjMXdvcVVXZFZHMkdkZ3M9IiwidmFsdWUiOiIrUjM2aHRldjl2Q3l1eHlEVGtyRXJiT2N0Tnh0RjZcL0prTnFYK3FhSG9yblNOMU1aejdSUzN5amVMMFdMbFljT2t1Yk53S2xJcVJ2eFMxbGgrTFwvY2lnPT0iLCJtYWMiOiIxMjU2MWM5ZWI1NmJlZjZjMzY1M2MxNmFkZWQ1ZjE2ZDcxZWZkNTdhMWQwZWUyNmMyNmU1N2RjNDgwMGQzZTkxIn0= |
| $Path | / |