I understand that the header information affects how the browser
interprets the page, but I don't fully understand how the server setup
affects what shows up in this section of phpinfo() or what that really
means for the site (if anything).
I also tried doing this to get more information:
print_r(ini_get_all());
From that, I was able to see see some minor differences between the
servers' ini settings, but none of them stood out as being related to
Response Headers (or to the fact that one of the servers is URL-
encoding user input).
Does anyone have knowledge to share about how to interpret this
information?
Many thanks in advance!