Finastra / finastra-nodejs-libs

A set of opinionated libraries for building efficient and scalable server-side applications with Node.js
MIT License
36 stars 14 forks source link

fix(proxy): allow "Content-Type" & "Accept" headers provided by request #277

Closed mathieutho closed 1 year ago

mathieutho commented 1 year ago

Do not override headers Content-Type and Accept if they are provided by the request.

Note: We have noticed that if Accept header is not provided, it is set by default to */*.

Fix issue #276

bcldvd commented 1 year ago

Thank you for your contribution 🙏