mirror of
https://github.com/project-zot/zot.git
synced 2024-12-23 22:27:35 -05:00
b8010e1ee4
whenever we make a request that contains header apart from CORS allowed header, browser sends a preflight request and in response accept *Access-Control-Allow-Headers*. preflight request is in form of OPTIONS method, added new http handler func to set headers and returns HTTP status ok in case of OPTIONS method. in case of authorization, request contains authorization header added authorization header in Access-Control-Allow-Headers list added AllowOrigin field in HTTPConfig this field value is set to Access-Control-Allow-Origin header and will give zot adminstrator to limit incoming request. Signed-off-by: Shivam Mishra <shimish2@cisco.com> |
||
---|---|---|
.. | ||
common | ||
cve | ||
digest | ||
generated.go | ||
models_gen.go | ||
resolver.go | ||
schema.graphql |