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.