| Index: third_party/WebKit/LayoutTests/http/tests/credentialmanager/resources/redirect-to-echo-post.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/resources/redirect-to-echo-post.php b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/resources/redirect-to-echo-post.php
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4f12045d930559ab6ff96f330a038746a2fdd29b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/resources/redirect-to-echo-post.php
|
| @@ -0,0 +1,8 @@
|
| +<?php
|
| +$origin = "http://127.0.0.1:8000";
|
| +if ($_GET['origin'])
|
| + $origin = $_GET['origin'];
|
| +
|
| +http_response_code(307);
|
| +header("Location: ${origin}/credentialmanager/echo-post.php");
|
| +?>
|
|
|