Skip to content
Snippets Groups Projects
Commit ea5ca282 authored by Georgi Michev's avatar Georgi Michev
Browse files

Merge branch 'update-get-header-policy' into 'main'

Update get header policy.

See merge request gaia-x/data-infrastructure-federation-services/tsa/policies!2
parents 744fa33d 4cd097c5
No related branches found
No related tags found
No related merge requests found
Pipeline #54517 passed with stage
in 33 seconds
......@@ -2,4 +2,4 @@ package example.getHeader
# gets the value for "x-cache-key" header and return it in the result
# result is empty if the "x-cache-key" header is not sent in the request
key = input.header["x-cache-key"]
key = input.header["X-Cache-Key"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment