How can monitor the request or response ,when iframe location reload?

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

How can monitor the request or response ,when iframe location reload?
 
dolantin




Posts: 8
Joined: 2014-09-05
HI ALL,

In iframe, if some script reload the location , I can't catch the event in DocumentCompleted/OnResponse/OnDataAvalidated,

But in the IE developer tool "Network Monitor", I got the records.
How can I catch those and how can monitor the png/script download?

Thanks
Posted 14 Sep, 2014 12:37:23 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hello,

Please try to set the RegisterMIMEFilter property to true and re-register the project. Do you see requests now?
Posted 15 Sep, 2014 05:08:38 Top
dolantin




Posts: 8
Joined: 2014-09-05
Thanks ! It works!

BYE
The IEModule properties in the designer panel, (they aren't generated in the generated codes.) many must re-register the project.

just like the property HandleDocumentUICommands ,i set in the function IEModule_OnConnect(object sender, int threadId).
I don't found in the guide , and thought maybe be a bug.

I recommend either generate in the init code, or to point out in the Guide. Or I missed something?
Posted 16 Sep, 2014 09:48:42 Top
Andrei Smolin


Add-in Express team


Posts: 18823
Joined: 2006-05-11
Hello,

Modifying that design-time property requires that you rebuild the project; you don't need to re-register it. We will consider reflecting this in the manual.


Andrei Smolin
Add-in Express Team Leader
Posted 16 Sep, 2014 10:32:36 Top