Hello everyone,
I have setup a powerflow with a http trigger.
I then created a postman call, to see if the endpoint works (IT DOES) 😄
I then thought, well if i can call that endpoint from postman (without auth) i can call it from my azure function aswell..
But when i call it from my function, i get error code: 401 - unauthorized.
I can't seem to find any information, where this have been the case.
Can anyone tell me if there is something different i have to do, when calling from a function?