Display the text box

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Result
$array = [
  
'Remote-Ip' => '3.236.237.61',
  
'X-Iplb-Unique-Id' => '03ECED3D:A872_D5BA2113:0050_65154135_8FA0:1A629',
  
'Remote-Port' => '43122',
  
'Forwarded' => 'for=3.236.237.61; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '3.236.237.61',
  
'X-Remote-Port' => '43122',
  
'X-Forwarded-Port' => '80',
  
'Accept-Encoding' => 'br,gzip',
  
'If-Modified-Since' => 'Thu, 23 Mar 2023 02:47:39 GMT',
  
'Accept-Language' => 'en-US,en;q=0.5',
  
'Accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
  
'User-Agent' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
  
'X-Ovhrequest-Id' => '549334ec4a774cef4376b4b5b9c78bf8',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '3.236.237.61',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Examples
#1 getallheaders  ()