You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetch-compliant browsers send no more than one ACRH field line (see https://fetch.spec.whatwg.org/#cors-preflight-fetch-0, step 5). Accordingly, the library's middleware ignore ACRH field lines beyond the first one (if any).
However, some intermediaries may well (and some reportedly do) split that single ACRH field lines into multiple ACRH field lines. When this happens, preflight may unduly fail.
Therefore, this library should be enhanced so as to handle multiple ACRH field lines.
The text was updated successfully, but these errors were encountered:
jub0bs
changed the title
Handle multiple ACRH field lines; tolerate some whitespace and some empty elements in ACRH field lines
Handle multiple ACRH field lines
Aug 28, 2024
Fetch-compliant browsers send no more than one ACRH field line (see https://fetch.spec.whatwg.org/#cors-preflight-fetch-0, step 5). Accordingly, the library's middleware ignore ACRH field lines beyond the first one (if any).
However, some intermediaries may well (and some reportedly do) split that single ACRH field lines into multiple ACRH field lines. When this happens, preflight may unduly fail.
Therefore, this library should be enhanced so as to handle multiple ACRH field lines.
The text was updated successfully, but these errors were encountered: