Whether or not this request is a CORS request.
This is true if there is an Origin header.
Source
bool get isCORSRequest => innerRequest.headers.value("origin") != null;
Whether or not this request is a CORS request.
This is true if there is an Origin header.
bool get isCORSRequest => innerRequest.headers.value("origin") != null;