2022-12-30, 11:17:15
Hi,
Thank you for the kind words.
The WebView2 control supports this by using AddWebResourceRequestedFilter and then setting the response for the image type as 403 for when the request comes in and triggers the OnWebResourceRequested event.
The problem is that these methods are not yet exposed by the AntView control.
The good news is that these are currently available against the current WebView2 API that AntView is building against.
The bad news is that it is probably going to take a few days to get it implemented.
Let me see what I can do on this.
--
Wil
Thank you for the kind words.
The WebView2 control supports this by using AddWebResourceRequestedFilter and then setting the response for the image type as 403 for when the request comes in and triggers the OnWebResourceRequested event.
The problem is that these methods are not yet exposed by the AntView control.
The good news is that these are currently available against the current WebView2 API that AntView is building against.
The bad news is that it is probably going to take a few days to get it implemented.
Let me see what I can do on this.
--
Wil