MIHTool only showing partial Network

92 views
Skip to first unread message

Steve Ryson

unread,
Feb 18, 2013, 11:41:19 AM2/18/13
to mih...@googlegroups.com
Hi
 
Firstly, thanks for this tool - It will be a helpful addition to my work life.
 
I have an application that relies heavily on AJAX.  It is essentially one page (index.html) and quite a bit of javascript.
When I bring the app up in the MIHTool with the Network tab on my iPad I only see one particular call (a long POST to support XMPP)
There are many images and AJAX calls that are made as I can see them using an HTTP Proxy on my laptop.
Am I missing some setting that allows more than just this one server request type?
I don't know if this matters, but the site runs entirely over SSL (https protocol).
 
Thanks for any information you can provide me.
RD
 
 

unbuglee

unread,
Feb 18, 2013, 12:15:42 PM2/18/13
to mih...@googlegroups.com
https://groups.google.com/forum/?fromgroups=#!forum/weinreHumm,if you load your site over https on a self-signed cert then MIHTool 4.0 is not support yet,but MIHTool 5.0 gonna be release soon which works well with SSL. :) .
Web inspector works really pretty good on an OPOA site.Please see this video.
Also if you want get more from the Network panel I suggest you:
1.Open Web inspector,and don't close it.
2.Insert is code to the top of your site(if you could):
 <script id="mih-weinre" src="http://mih.iopoa.com:8080/target/target-script-min.js#C3EF5F9A-7263-4823-A7F2-DDBA15C3181F"></script>
e.g
<head>
        <script id="mih-weinre" src="http://mih.iopoa.com:8080/target/target-script-min.js#C3EF5F9A-7263-4823-A7F2-DDBA15C3181F"></script>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; width=device-width;">
<title>test</title>
</head> 
The red code is your ID,you can only get it from MIHTool HTTP Server's :

Web inspector remote : http://192.168.1.102:1630/devtool/client/#C3EF5F9A-7263-4823-A7F2-DDBA15C3181F


This ID never change until you delete the App.
3.Or, there is an easy way to do this especially you can not modify you code,just select the "View Generated Source" option and hit the editing button,then hit done button to preview it.

Somehow the web inspector can not do as good as Chrome Devtool does,more about it please see weinre.
Reply all
Reply to author
Forward
0 new messages