Hi CData Community,
I am trying to add another layer of security for a webhook. I would like to do the following:
1. Pass @authtoken query parameter for CData API auth
2. Pass Authorization via headers
Unfortunately, I am getting an error Error: Authentication is required for access to this resource.
It seems like the webhook first checks the Authorization header for CData API auth before checking the query parameter @authtoken.
But I need the Authorization header for my additional security. Is this implementation possible?
Thanks!