Authorization header in HTTP endpoints
Authorization: Bearer <api token>) to our backend. We did not have any success with sending/extracting the <api token> header in our backend. Please see the below code snippet; the authHeader is null.Is there any way to enable sending the auth header in a request?
