Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / resources / origin.php
blob1df27168d5b94d844ddab72848196e6700b8f104
1 <?php
3 if ($_SERVER['HTTP_ORIGIN']) {
4 header('Location: square100.png');
6 else {
7 header('Location: square200.png');
9 header('HTTP/1.1 302 Redirect');