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/LGhsE5MBSpphPi3-IQAt/390/1962-porsche-356-carrera-2-coupe-gooding-company
GET
curl "http://urwallpaper.com/image/LGhsE5MBSpphPi3-IQAt/390/1962-porsche-356-carrera-2-coupe-gooding-company" \
-X GET \
-H 'host: urwallpaper.com' \
-H 'connection: upgrade' \
-H 'cf-ray: 8f26d66c2affacab-ORD' \
-H 'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
-H 'sec-fetch-mode: navigate' \
-H 'pragma: no-cache' \
-H 'cache-control: no-cache' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "Windows"' \
-H 'x-real-ip: 172.69.59.2' \
-H 'x-forwarded-for: 3.147.72.143, 172.69.59.2' \
-H 'accept-encoding: gzip, br' \
-H 'cf-visitor: {"scheme":"https"}' \
-H 'sec-fetch-site: none' \
-H 'priority: u=0, i' \
-H 'cf-connecting-ip: 3.147.72.143' \
-H 'cf-ipcountry: US' \
-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 'cdn-loop: cloudflare; loops=1' \
-H 'sec-fetch-user: ?1' \
-H 'x-forwarded-proto: https' \
-H 'sec-ch-ua: "HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"' \
-H 'upgrade-insecure-requests: 1';
Browser
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Headers
- host
urwallpaper.com
- connection
upgrade
- cf-ray
8f26d66c2affacab-ORD
- user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
- sec-fetch-mode
navigate
- pragma
no-cache
- cache-control
no-cache
- sec-ch-ua-mobile
?0
- sec-ch-ua-platform
"Windows"
- x-real-ip
172.69.59.2
- x-forwarded-for
3.147.72.143, 172.69.59.2
- accept-encoding
gzip, br
- cf-visitor
{"scheme":"https"}
- sec-fetch-site
none
- priority
u=0, i
- cf-connecting-ip
3.147.72.143
- cf-ipcountry
US
- 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
- cdn-loop
cloudflare; loops=1
- sec-fetch-user
?1
- x-forwarded-proto
https
- sec-ch-ua
"HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"
- upgrade-insecure-requests
1