webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
allow-if-origin.php File Reference

Variables

 $delay = $_GET['delay']
 
 $origin = $_GET['origin']
 
if(isset($origin)) header("Access-Control-Allow-Origin else if ( $_SERVER["HTTP_ORIGIN"]) $allowCredentials = $_GET['allowCredentials']
 
if(isset($allowCredentials)) header("Access-Control-Allow-Credentials $allowCache = $_GET['allowCache']
 
if(isset($allowCache)) header("Cache-Control $name = $_GET['name']
 
 $fp = fopen($name, 'rb')
 
 $contentType = $_GET['contentType']
 
 exit
 

Variable Documentation

◆ $allowCache

if (isset( $allowCredentials)) header("Access-Control-Allow-Credentials $allowCache = $_GET['allowCache']

◆ $allowCredentials

if (isset( $origin)) header("Access-Control-Allow-Origin else if ( $_SERVER["HTTP_ORIGIN"]) $allowCredentials = $_GET['allowCredentials']

◆ $contentType

$contentType = $_GET['contentType']

◆ $delay

$delay = $_GET['delay']

◆ $fp

$fp = fopen($name, 'rb')

◆ $name

if (isset( $allowCache)) header("Cache-Control $name = $_GET['name']

◆ $origin

$origin = $_GET['origin']

◆ exit

exit