useid / handlersjs

MIT License
3 stars 3 forks source link

fix: do not remove origin header in cors request handler #210

Closed BelgianNoise closed 1 year ago

BelgianNoise commented 2 years ago

In useid, some handlers need the origin header. The HttpCorsRequestHandler would remove this one, the only thing this PR does is change the code so the origin is not removed from the headers when passed on to the child handler.