Calling inbound API with OAUTH 2.0 via Bearer token but at SNOW end header shows as "Basic"
In testing an inbound API, I made a call via Postman by passing the Authorization token via Bearer keyword. But in the scripted rest resource, when I do gs.log(request.headers) I get the following in the syslog table. "authorization": "Basic xxxxxxxx...
