Simple requests

Simple requests shouldn't trigger preflight

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassNo preflight GET and {"save-data":"on","device-memory":"2.0","dpr":"3.0","width":"1200","viewport-width":"1300","rtt":"1","downlink":"1.0","ect":"2g"}
Asserts run
Pass
assert_equals("text/plain", "text/plain")
    at Test.<anonymous> ( /cors/simple-requests-ch.tentative.htm:29:9)
Pass
assert_equals("NO", "NO", "response")
    at Test.<anonymous> ( /cors/simple-requests-ch.tentative.htm:33:13)
Pass
assert_equals("0", "0", "Found preflight log")
    at Test.<anonymous> ( /cors/simple-requests-ch.tentative.htm:38:9)
PassNo preflight HEAD and {"save-data":"on","device-memory":"2.0","dpr":"3.0","width":"1200","viewport-width":"1300","rtt":"1","downlink":"1.0","ect":"2g"}
Asserts run
Pass
assert_equals("text/plain", "text/plain")
    at Test.<anonymous> ( /cors/simple-requests-ch.tentative.htm:29:9)
Pass
assert_equals("", "", "response")
    at Test.<anonymous> ( /cors/simple-requests-ch.tentative.htm:31:13)
Pass
assert_equals("0", "0", "Found preflight log")
    at Test.<anonymous> ( /cors/simple-requests-ch.tentative.htm:38:9)
PassNo preflight POST and {"save-data":"on","device-memory":"2.0","dpr":"3.0","width":"1200","viewport-width":"1300","rtt":"1","downlink":"1.0","ect":"2g"}
Asserts run
Pass
assert_equals("text/plain", "text/plain")
    at Test.<anonymous> ( /cors/simple-requests-ch.tentative.htm:29:9)
Pass
assert_equals("NO", "NO", "response")
    at Test.<anonymous> ( /cors/simple-requests-ch.tentative.htm:33:13)
Pass
assert_equals("0", "0", "Found preflight log")
    at Test.<anonymous> ( /cors/simple-requests-ch.tentative.htm:38:9)