Skip to content

Commit

Permalink
Merge pull request #95 from Siedlerchr/patch-1
Browse files Browse the repository at this point in the history
Add Fiware-Service header to allowed Access Control Header
  • Loading branch information
apozohue10 authored Nov 20, 2019
2 parents 027c77f + b29036d commit 75e8304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ app.use(function(req, res, next) {
);
res.header(
'Access-Control-Allow-Headers',
'origin, content-type, X-Auth-Token, Tenant-ID, Authorization'
'origin, content-type, X-Auth-Token, Tenant-ID, Authorization, Fiware-Service'
);
//log.debug("New Request: ", req.method);
if (req.method === 'OPTIONS') {
Expand Down

0 comments on commit 75e8304

Please sign in to comment.