WebHook calls back - authorization header - HTTP reserved name issue

We have implemented a Service endpoint (Java jersey JAX RS based) for the callbacks based on webhook APIs. The calls from Zoom include authorization header variable which includes the verification token from the app. The issue is, this is a name reserved for sending AuthN tokens and hence we are facing issues getting this through.

Why isnt zoom using a non-reserved HTTP header variable (e.g: verification_token or so) so

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.