Request method

GET

Headers

Array
(
    [accept] => */*
    [user-agent] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
    [accept-encoding] => gzip, br, zstd, deflate
    [host] => ponzidav.com
)

$_GET

Array
(
)

$_POST

Array
(
)

$_FILES

Array
(
)

Usage (POST - application/x-www-form-urlencoded)

curl ponzidav.com/utils/request.php -d "a=1&b=2"

Usage (POST - multipart/form-data)

curl ponzidav.com/utils/request.php -F "a=1" -F "b=2" -F "c=@/path/to/file"