I have installed a s60 application. When being started, the application visits some web sites and get some information.
How can I know WITCH web sites it has visited? Are there any tools can help?
thanks.
I have installed a s60 application. When being started, the application visits some web sites and get some information.
How can I know WITCH web sites it has visited? Are there any tools can help?
thanks.
You might want to check the Browser PlugIns in wiki and this DiBo.
Are you trying to reverse engineer some application :-).
You may also try configuring some custom proxy on the device that would give you a better control over the communication thats happening between device app and the backend webserver.
Hope that helps,
VJ
Thank you, vaibhavjain.
I don't know whether I'm reversing engineer the applicaiont or not. I just want to know where is the backend webserver.
As you mentioned, I need a custom proxy whitch can monitor the communication between the application and then backend webserver. It is difficult for me to write a custom proxy, so I want to know whitch software(from Nokia or other corporations) can do that.
if the application is using HTTP stack, then you could try making a HTTP filter, and just check which capabilities are used by the application and match those. Then inside the filter just check the process secure id that it is the one you want to monitor, and then start logging the URL where the request are made to.