commit | 1263540fe824c74bc3c668fec3476b880d65b27c | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Wed Aug 07 12:24:36 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Aug 07 15:13:38 2019 +0200 |
tree | 19f7fdde76566d84e57ce0a4c6ca3ce9cface0c1 | |
parent | db92a836f4ddafd972cde2b647ee5d207112b303 [diff] |
MINOR: cache: allow caching of OPTIONS request Allow HAProxy to cache responses to OPTIONS HTTP requests. This is useful in the use case of "Cross-Origin Resource Sharing" (cors) to cache CORS responses from API servers. Since HAProxy does not support Vary header for now, this would be only useful for "access-control-allow-origin: *" use case.