Forum Discussion
rupayan87
6 years agoNew Member
Use proxy for web Data source in PBI Report Server
Hi, I need to connect to a data source which is basically an API URL. The server that has PBIRS installed, the API can be accessed only using a proxy. So after I go to internet options and change...
- 6 years ago
Alright this is fixed. I logged in to the server using the PBIRS service account, set the proxy and then restarted the PBIRS service.
rupayan87
6 years agoNew Member
ok, I changed the proxy settings for the Service account with which PBIRS is configured. Now I get the below error when i try to test connection with data source.
2020-09-01 08:26:01.9101|ERROR|55|OData exception occurred: System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
I tried to use Basic Authentication and gave the account/pwd for accessing the API.
Once again, when I try to access normally from browser, I can access the API URL. Any ideas?