Hello,
I have run into a major snag and could use some help. Right now I have a simple workflow (screenshot below) that uses the "When a HTTP request is received" as a trigger and we have an external vendor that is trying to use the URL that was provided by that trigger to perform an HTTP POST.
The issue we've run into is that their system can not send HTTP POST requests without the Authorization: Bearer Token in the header. When they try to post to the URL Power Automate provides it gives us the error below:
{
"error": {
"code": "DirectApiRequestHasMoreThanOneAuthorization",
"message": "The request has both SAS authentication scheme and 'Bearer' authorization scheme. Only one scheme should be used."
}
}
I've looked over all the forum boards and even opened a ticket with the Power Apps support but haven't been given an answer
to this specific problem. From what I've seen, it appears as though I cannot remove the SAS authentication in the URL to allow
a Bearer authorization scheme...at least not in the "When a HTTP request is received" trigger. So how do I alter this flow to allow
my vendor to send the POST successfully?
Thanks for the assistance!
~K.IS