Skip to content

Implement HTTP CORS preflight cache #9770

@JunielKatarn

Description

@JunielKatarn

Summary

Follow-up of #9537.

See https://fetch.spec.whatwg.org/#cors-preflight-cache

Cross-Origin resource sharing requests can use a cache of preflights (OPTIONS requests that fetch validation headers) to reduce the network traffic when communicating recurrently with the same validated origins.

Motivation

The current Origin Policy implementation lacks any caching mechanism impacting both the network traffic and client performance.

Basic Example

No response

Open Questions

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions