문제

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...

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top