Display the drop-down list

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Result
$array = [
  
'Remote-Ip' => '18.188.152.162',
  
'X-Iplb-Unique-Id' => '12BC98A2:D2C7_D5BA2113:0050_662B4DB4_23F39:4FB3',
  
'Remote-Port' => '53959',
  
'Forwarded' => 'for=18.188.152.162; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '18.188.152.162',
  
'X-Remote-Port' => '53959',
  
'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' => '51fcce5c4fc9c659b7fa0d864a771b46',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '18.188.152.162',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Examples
#1 getallheaders  ()