power bi access token api working fine in postman but not working in angular app
问题 I'm calling power bi API in postman which is working good and as an accepted result I'm getting. while that app I'm calling in the angular app it's not working. I'm getting response null. I have attached my code below, Please help me out I have been trying to solve this issue last few days. API: https://login.microsoftonline.com/common/oauth2/token Below is my angular code getAccessToken(param): Observable<any> { const httpOptions = { headers: new HttpHeaders({ 'Content-Type': 'application/x