camunda-external-task-client-js
camunda-external-task-client-js copied to clipboard
Changed the check for content-type json to allow for charsets to be s…
Current code does not allow for proper header settings in the Content-Type. If Content-Type is set to "application/json; charset=utf-8" the task will not be properly forwarded to the handler callback. By changing the code to only check the start o the Content-Type we accept any charsets that are send.
Hi @bkwint,
Thank you for raising this PR. We will review it soon and provide you with feedback.
@tasso94 or @danielkelemen, can you take over this review?
Best, Nikola
@danielkelemen, this might be a good chance to get to know the codebase a little better. WDYT?
@danielkelemen, this might be a good chance to get to know the codebase a little better. WDYT?
Sure, I can take it over.