Forum Discussion
ukantkumar
Helper I
4 years agoNeed 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)
ukantkumar
Helper I
4 years agoHi,
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
lbendlin
Super User
4 years agoYour username and password encoding may need checking.
Basic Authentication (Encode Credentials to Base 64) | API Connector (mixedanalytics.com)