Forum Discussion
ukantkumar
4 years agoHelper I
Need to make Post API call from Power Bi and api has Basic authorization
I am calling API, which is post call and also i need to pass authorization,which is nothing but username and password along with it since it is post call, need to pass query from body section.
how can we make post api call with Authorization and passing the quey inside the body from Power BI ?
Your username and password encoding may need checking.
Basic Authentication (Encode Credentials to Base 64) | API Connector (mixedanalytics.com)
3 Replies
- lbendlinSuper User
- ukantkumarHelper I
Hi,
I have tryed with 2 diffrent way
1 .
and Given the Crendential with Basic
But i got error
2 2 way chosen Using Anonymous
But again error
- lbendlinSuper User
Your username and password encoding may need checking.
Basic Authentication (Encode Credentials to Base 64) | API Connector (mixedanalytics.com)