OnRequest and BeforeNavigate missing most traffic

Add-in Express™ Support Service
That's what is more important than anything else

OnRequest and BeforeNavigate missing most traffic
These two callbacks aren't informed of most of the page traffic 
George Kierstein




Posts: 47
Joined: 2013-05-04
Hi,

I am trying to obtain a definitive list of all outgoing requests so that I can selectively block them. I've successfully used BeforeNavigate and OnRequest to see *some* of the outgoing HTTP requests that the browser is making on a given page but it is clearly missing most of them.

Most in-page images and various other things that are triggered from Javascript in the page are getting through without ever triggering either one of these callbacks. Why is this ?

How do I go about ensuring that EVERY outgoing request on the page is intercepted ?
Posted 13 Nov, 2013 20:14:50 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello George,

This would require creating a MIME filter. This feature isn't planned yet. In any case, this will not be developed this year.


Andrei Smolin
Add-in Express Team Leader
Posted 14 Nov, 2013 01:57:40 Top
George Kierstein




Posts: 47
Joined: 2013-05-04
Okay,

What is the criteria that causes those callbacks to be triggered ?

Thanks
G
Posted 14 Nov, 2013 14:18:02 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi George,

In the current version of the product, OnRequest and BeforeNavigate events work for the 'text/html' content type only.
Posted 15 Nov, 2013 07:27:27 Top