Forum Discussion
Embedded The request was blocked by DoSP
Your requests were too frequent and the Denial Of Service Prevention/Protection tool has deemed them to be DoS, and has blocked them. Do you have network logs to corroborate that?
Hi! Thanks for the response. I am not sure that the requests are too frequent..., Because we do not had any scenario change since the error start. The number of access per day on our app (that embed the report) are the same, same users, and same locations/IPs that we had before.
We do not have any specific network logs, only this error above that we register in our app log.
- kelvinngai5 years agoAdvocate I
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
- MarcosSpeca5 years agoFrequent Visitor
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