Question

Here i use Charles web debugger Proxy to catch all packet which send/receive by HTTP Protocol and here, i declare, Charles is HTTP monitor. after opening Charles i got all the packet which send from my browser. so i made a new application which call GOOGLE's URL. if i call GOOGLE's url by HTTPService then i can't catch any packet of My application and if i call GOOGLE's url by URLRequest then i got all packet in charles.

Question:

  1. if i want to catch packet of HTTPService then which Tools/Application, i used ?
  2. is it possible to catch packet of HTTPService/WebService/RemoteObject ?

Thanks in advance...

Was it helpful?

Solution

Use Fiddler, free and very powerfull, you will be able to see all https/https trafics, add filters, etc.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top