This is what you sent me


from GET:

array(0) (
)

from POST:

array(0) (
)

from REQUEST:

array(0) (
)

from COOKIE:

array(0) (
)

from HTTP REQUEST HEADERS

array(5) (
    [Accept] => string '*/*' (length=3)
    [User-Agent] => string 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' (length=103)
    [Accept-Encoding] => string 'gzip, br, zstd, deflate' (length=23)
    [Host] => string 'www.test.robertochiaveri.it' (length=27)
    [Content-Length] => numstring '0'  (length=1)
)

That's all, bye.