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. ho...
- 4 years ago
Your username and password encoding may need checking.
Basic Authentication (Encode Credentials to Base 64) | API Connector (mixedanalytics.com)
lbendlin
4 years agoSuper User
ukantkumar
4 years agoHelper 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
- lbendlin4 years agoSuper User
Your username and password encoding may need checking.
Basic Authentication (Encode Credentials to Base 64) | API Connector (mixedanalytics.com)