1.2.529. 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.529.1. Specs

Short name

Type/HttpHeader

Rulesets

All, Inventory

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

http, http-header

Available in

Entreprise Edition, Exakat Cloud