Skip to content

Commit

Permalink
FOIA-455: Adding X-Api-User-Id which may be needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkin authored and brockfanning committed Feb 27, 2024
1 parent 7811a63 commit 556a382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docroot/sites/default/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ parameters:
# Specify allowed headers, like 'x-allowed-header'.
# X-Api-Key is needed for api.data.gov work-around
# https://github.com/NREL/api-umbrella/issues/391
allowedHeaders: ['Accept', 'Content-Type', 'X-Api-Key']
allowedHeaders: ['Accept', 'Content-Type', 'X-Api-Key', 'X-Api-User-Id']
# Specify allowed request methods, specify ['*'] to allow all possible ones.
allowedMethods: ['GET', 'POST']
# Configure requests allowed from specific origins.
Expand Down

0 comments on commit 556a382

Please sign in to comment.