Display the text box

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Result
$array = [
  
'Remote-Ip' => '18.118.30.253',
  
'X-Iplb-Unique-Id' => '12761EFD:C933_D5BA2113:0050_662B1FEB_1F922:07D7',
  
'Remote-Port' => '51507',
  
'Forwarded' => 'for=18.118.30.253; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '18.118.30.253',
  
'X-Remote-Port' => '51507',
  
'X-Forwarded-Port' => '80',
  
'User-Agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
  
'Accept' => '*/*',
  
'X-Ovhrequest-Id' => 'b003ab80ae8d2f1004ae7480e394f9cb',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '18.118.30.253',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Examples
#1 getallheaders  ()