PHP 8.4.110.48.22
fwrite(): Write of 3517 bytes failed with errno=28 No space left on device
|
| Composer provides a convenient, automatically generated class loader for
| this application. We just need to utilize it! We'll simply require it
| into the script here so we don't need to manually load our classes.
|
*/
require __DIR__.'/../vendor/autoload.php';
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request using
| the application's HTTP kernel. Then, we will send the response back
| to this client's browser, allowing them to enjoy our application.
|
*/
$app = require_once __DIR__.'/../bootstrap/app.php';
$kernel = $app->make(Kernel::class);
$response = $kernel->handle(
$request = Request::capture()
)->send();
$kernel->terminate($request, $response);
App
Request
http://urwallpaper.com/image/GmiyIZMBSpphPi3-EjHU/305/bakgrundsbild-windows-xp-7-och-8x-datorn-ifokus
GET
curl "http://urwallpaper.com/image/GmiyIZMBSpphPi3-EjHU/305/bakgrundsbild-windows-xp-7-och-8x-datorn-ifokus" \
-X GET \
-H 'host: urwallpaper.com' \
-H 'x-real-ip: 172.71.254.45' \
-H 'cf-visitor: {"scheme":"https"}' \
-H 'user-agent: meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)' \
-H 'cf-ipcountry: US' \
-H 'connection: upgrade' \
-H 'accept-encoding: gzip, br' \
-H 'cf-ray: 8f1e89945d42073d-ORD' \
-H 'accept: */*' \
-H 'cf-connecting-ip: 2a03:2880:f800:11::' \
-H 'cdn-loop: cloudflare; loops=1' \
-H 'x-forwarded-for: 2a03:2880:f800:11::, 172.71.254.45' \
-H 'x-forwarded-proto: https';
Headers
- host
urwallpaper.com
- x-real-ip
172.71.254.45
- cf-visitor
{"scheme":"https"}
- user-agent
meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)
- cf-ipcountry
US
- connection
upgrade
- accept-encoding
gzip, br
- cf-ray
8f1e89945d42073d-ORD
- accept
*/*
- cf-connecting-ip
2a03:2880:f800:11::
- cdn-loop
cloudflare; loops=1
- x-forwarded-for
2a03:2880:f800:11::, 172.71.254.45
- x-forwarded-proto
https