Skip to content

Commit

Permalink
show response headers so sandbox users can see location of registered…
Browse files Browse the repository at this point in the history
… pointers
  • Loading branch information
katebobyn-nhs committed Dec 18, 2024
1 parent 27649e9 commit ce114c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Headers>
<Header name="Access-Control-Allow-Origin">{request.header.origin}</Header>
<Header name="Access-Control-Allow-Headers">origin, x-requested-with, accept, content-type, nhsd-session-urid, x-correlation-id, x-request-id, nhsd-end-user-organisation-ods</Header>
<Header name="Access-Control-Expose-Headers">content-type,location,x-correlation-id,x-request-id</Header>
<Header name="Access-Control-Max-Age">3628800</Header>
<Header name="Access-Control-Allow-Methods">GET, PUT, POST, DELETE</Header>
</Headers>
Expand Down

0 comments on commit ce114c2

Please sign in to comment.