Skip to content

Commit

Permalink
Fetch: Access-Control-Allow-Credentials parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 1, 2018
1 parent dcf7730 commit 43452a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cors/credentials-flag.htm
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,13 @@ <h1>CORS - Access-Control-Allow-Credentials</h1>
test_response_header('TRUE')
test_response_header('True')
test_response_header('"true"')
test_response_header("'true'");
test_response_header('false')
test_response_header('1')
test_response_header('0')
test_response_header(',true');
test_response_header('true,');
test_response_header('true%0B');
test_response_header('true%0C');

</script>

0 comments on commit 43452a3

Please sign in to comment.