Forum Discussion
Embedded The request was blocked by DoSP
Hi MarcosSpeca
Did you get any feedback from microsoft or is it solved?
I got the same error even call the powerBI API from data factory for less than 5 times and the next day, it still give me that error.
Thanks a lot
Kelvin
Hi kelvinngai yes, actualy I had to open a support ticket.
What happend was that the embedd token was expired, and when the embed report tries to get the info with the expired token and got blocked.
So when our users try to change the report page with the expired token, every visual make a request to the server, and the server understand this "many requests" with the token expired as a risk, and block the user IP.
We renew the token when its about to expire in our app, and the problem was resolved.
I hope this help solve your issue.
- kelvinngai5 years agoAdvocate I
Hi Marcos,
Thank you for your reply. For my case, it shows the error in Azure Data Factory, but not in POSTMAN
It is not because the token expired. I use the same token in POSTMAN and call the dataset refresh many times , it works fine.
Maybe kind of network protection from the ADF side. I will try to use new key every API call in Azure data factory
Thanks
Kelvin Ngai