DescriptionShow better CORS error message when status code is not set
When no response is received for a CORS request, Blink shows a misleading
message saying "No Access-Control-Allow-Origin header is present".
This change makes Blink say that "no valid response is received".
BUG=327834
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164744
Patch Set 1 #Patch Set 2 : Changed to just reorder passesPreflightStatusCheck call and passesAccessControlCheck call #Patch Set 3 : Changed to just compare with 0 #Patch Set 4 : Fixed tests #Messages
Total messages: 8 (0 generated)
|