Questions tagged [http-monitor]

6 questions
19
votes
3 answers

Monitor HTTP requests made by IE8

I thought developer tools could do this but I'm struggling to find it. Any other recommendations?
spender
  • 117,338
  • 33
  • 229
  • 351
8
votes
3 answers

Tool to monitor HTTP traffic

I have an application on my iPhone which sends out Http requests; is it possible to look into the HTTP stream using some tool?? I use standalone version of (IEInspector's) HttpAnalyzer tool on my windows PC to monitor HTTP traffic from all processes…
Samuh
  • 36,316
  • 26
  • 109
  • 116
2
votes
0 answers

In-App HTTP monitoring in android non-rooted device

Is there any way for an Android application that it can monitor its own HTTP requests-responses? I have used Charles proxy tool, works well, but can we have any in-app solution? Apps like wireshark accesses TCP/IP packets using tcpdump Linux tool,…
jQueen
  • 552
  • 1
  • 7
  • 16
1
vote
1 answer

Capture Apache httpclient transmitted data as part of TCP connections

In my application, I have used apache HttpClient. Now I would like to monitor the request and response from the capture data transmitted by the httpclient. Is it possible to know which ports are opened by the HttpClient. I am using Linux, so can I…
Time Travel
  • 1,404
  • 2
  • 10
  • 11
0
votes
1 answer

Java page load library

I need to write some web page load measuring Java tool with the same functionality as at http://tools.pingdom.com/fpt/ or http://pageload.monitis.com/pagespeed.jsp. I need to measure page and all its embedded elements load time. Tool should have no…
0
votes
1 answer

monitor HTTP requests of external website

I want to write a script generator based on whats happening on the website, and for that I have written javascript - ajax based script generator, where on every page i do include the js file and within function block of page where page is submited I…