Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/resources/echo-post.php

Issue 1446963002: CREDENTIAL: Teach Fetch to handle PasswordCredential objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@opaque
Patch Set: Better Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <?php
2 echo json_encode($_POST);
3 ?>
OLDNEW

Powered by Google App Engine