Hi,
I have power bi report server working properly on local server, when I bind it to external url, I am having some issue about REST API PUT & Delete call from outside the box, GET, PATCH method is fine. I tried to see the log but couldn't find any, much appreciate if someone could help.
Request URL: https://www.test.com/Report/api/v2.0/catalogitems(3c96fe28-8569-4621-8223-44837103531a)
Request Method: PUT Status Code: 302 Moved Temporarily
Request URL: https://www.test.com/Report/api/v2.0/catalogitems(9dc22410-e5ac-43a0-b539-e9fa286afc29) Request Method: DELETE Status Code: 302 Moved Temporarily
Request URL: https://www.test.com/Report/api/v2.0/System/Properties?properties=SiteName Request Method: GET Status Code: 200 OK
Request URL: https://www.test.com/Report/api/v2.0/catalogitems(9dc22410-e5ac-43a0-b539-e9fa286afc29) Request Method: PATCH Status Code: 204 No Content