1.2.534. Http Headers¶
List of HTTP headers use in the code. Those headers are mostly used with header() function to send to browser.
<?php
header('Location: http://www.example.com/');
// Parseable headers are also reported
header('Location: http://www.example.com/');
// UnParseable headers are not reported
header('GarbagexxxxXXXXxxxGarbagexxxxXXXXxxx');
header($header);
?>
See also List of HTTP header fields.
1.2.534.1. Connex PHP features¶
1.2.534.1.1. Specs¶
Short name |
Type/HttpHeader |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |