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/vx25LJMBlOZrFDOk68tR/195/aggregate-more-than-72-cool-animal-wallpapers-vovaeduvn
GET
curl "http://urwallpaper.com/image/vx25LJMBlOZrFDOk68tR/195/aggregate-more-than-72-cool-animal-wallpapers-vovaeduvn" \
-X GET \
-H 'host: urwallpaper.com' \
-H 'sec-fetch-site: none' \
-H 'sec-fetch-mode: navigate' \
-H 'cdn-loop: cloudflare; loops=1' \
-H 'connection: upgrade' \
-H 'x-real-ip: 172.70.178.160' \
-H 'x-forwarded-for: 18.216.162.249, 172.70.178.160' \
-H 'cache-control: no-cache' \
-H 'sec-ch-ua: "HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"' \
-H 'cf-ipcountry: US' \
-H 'pragma: no-cache' \
-H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
-H 'sec-fetch-dest: document' \
-H 'priority: u=0, i' \
-H 'cf-connecting-ip: 18.216.162.249' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
-H 'sec-ch-ua-platform: "Windows"' \
-H 'upgrade-insecure-requests: 1' \
-H 'sec-fetch-user: ?1' \
-H 'x-forwarded-proto: https' \
-H 'accept-encoding: gzip, br' \
-H 'cf-ray: 8f28a20afab4aca6-ORD' \
-H 'cf-visitor: {"scheme":"https"}';
Browser
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Headers
- host
urwallpaper.com
- sec-fetch-site
none
- sec-fetch-mode
navigate
- cdn-loop
cloudflare; loops=1
- connection
upgrade
- x-real-ip
172.70.178.160
- x-forwarded-for
18.216.162.249, 172.70.178.160
- cache-control
no-cache
- sec-ch-ua
"HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"
- cf-ipcountry
US
- pragma
no-cache
- accept
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
- sec-fetch-dest
document
- priority
u=0, i
- cf-connecting-ip
18.216.162.249
- sec-ch-ua-mobile
?0
- user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
- sec-ch-ua-platform
"Windows"
- upgrade-insecure-requests
1
- sec-fetch-user
?1
- x-forwarded-proto
https
- accept-encoding
gzip, br
- cf-ray
8f28a20afab4aca6-ORD
- cf-visitor
{"scheme":"https"}