Hi! 2011/1/26 Valentine <[email protected]>: > You can use wireshark to analyze traffic without using proxy. It's > multiplatform and free.
If your HTTP server is running on localhost and you're on Windows, you can try something like SocketSniff, because Wireshark doesn't work for the loopback interface on Windows (sadly, Wireshark is much more powerful than SocketSniff). For everything else, Wireshark as suggested by Valentine is really powerful and you can do protocol-level filtering (i.e. show me all HTTP GET requests that have a certain text in their URLs, etc..). HTH. Thomas _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
