Questions tagged [httpwatch]

HttpWatch is an HTTP sniffer for IE, Chrome, iPhone & iPad that also includes a HAR file viewer.

HttpWatch is an HTTP sniffer for IE, Chrome, iPhone & iPad that also includes a HAR file viewer.

25 questions
14
votes
1 answer

How does GMail implement Comet?

With the help of HttpWatch, I tried to figure out how GMail implements Comet. I login in to GMail with two accounts, one in IE and the other in Firefox. Chatting in GTalk in GMail with some magic words like "WASSUP". Then, I logoff both GMail…
Morgan Cheng
  • 73,950
  • 66
  • 171
  • 230
13
votes
1 answer

Internet Explorer 10 developer tools closes on some navigations

I'm trying to debug an issue with Internet Explorer 10 by monitoring networking with the developer tools console but I'm stuck with an odd behavior - sometimes the console just closes and all the recorded traffic is lost. To be more precise the call…
vap78
  • 1,029
  • 2
  • 11
  • 26
5
votes
5 answers

HTTP Tools for analysis and capture of requests/response

I am looking for tools that can be used for debugging web applications.I have narrowed my search to the following tools: HTTPwatch. Fiddler. ieHTTPheader liveHTTPheader. It would be great if some of you having experience with these tools could…
Ruschel
  • 51
  • 1
  • 1
  • 2
2
votes
1 answer

WIN32OLE.attach is an undefined method when trying to attach HTTPWatch with Watir to work in IE9

I've been trying to get HTTPWatch work with Watir automation in IE9. I searched these sites which provide the code: Link1 So I basically copied their piece and wrote this piece of code just to test the attach method: **require 'rubygems' require…
1
vote
1 answer

How to get WIN32OLE handle for IE via watir-webdriver?

In Watir you can get WIN32OLE handle of IE window using next method. irb(main):059:0> browser.ie => # I need somehow to get same return for IE that was created by watir-webdriver. Is there some way? Or at least someone can point…
Vyd
  • 35
  • 1
  • 7
1
vote
0 answers

Page load time in httpwatch for a new browser window. which opens up upon clicking an button in existing browser?

Guys do u know how to find the page load time in "httpwatch" when a new browser, which opens up upon clicking an button in existing browser?
Deepak S
  • 9
  • 6
1
vote
1 answer

HTTPWatch IE Automation via Ruby out of memory error

I am using the HTTPWatch Ruby script to automate Internet Explorer and crawl a website looking for broken links. See here for information on the ruby site spider script. After a while the HTTPWatch plugin fails with the following error: Get Cache…
Sephrial
  • 1,207
  • 1
  • 13
  • 26
1
vote
0 answers

HTTP Load Time in HTTPWatch compared to Fiddler

In one of my website, there is some issue in Page Load performance. We are judging the performance using Fiddler2 and HTTPwatch 9.4. In Fiddler, we can see the pageload time is about 4-5 secs. But, if I check in the HTTPWatch then it is showing the…
0
votes
1 answer

how to measure webpage loading time for each script, css, ajax including GET and POST requests for external website URL through program

I need to measure loading time of each component of web page ( css, javascripts, ajax request, including each resource with GET and POST methods. This could be done and watched through Chrome's inspect element or httpwatch or other software but I…
NitinKumar.001
  • 179
  • 5
  • 17
0
votes
1 answer

How to compute the dom and http load from a har file

I wondering how to compute DOM and HTTP load from a HAR file. I'm a bit confuse with my HAR file results. The values found in the pagetiming is different from what is shown if I open the file in HTTPWatch Studio Pagetimings:
mar92ort
  • 11
  • 1
  • 3
0
votes
1 answer

Watin and HttpWatch Compile Error?

I'm trying to get the following code to work using both Watin and HttpWatch. I'm getting a compile error of 'The type or namesapce 'IEBrowser' could not be found (are you missing a using directive or an assembly reference?) I have HttpWatch,…
user500741
  • 833
  • 5
  • 14
  • 25
0
votes
2 answers

What is the best approach to HttpWatch automation with C#?

We decided to automate manual Httpwatch pro testing. Basically we are going to create a tool that will run in the background while the manual testers do their testing going through our website and the tool will check the tags and values. What is the…
Erol
  • 1
0
votes
1 answer

HttpWatch: What is the meaning of Result ERROR 0x8?

Our users access many applications with Internet Explorer 11 on Windows 7. Intermittently they get "Page not found", only to retry the same operation a little later and get the correct result. The requests to our internal systems do not go via a…
Paul Offord
  • 127
  • 12
0
votes
1 answer

Fiddler How not to proxy a URL ?

I use the simulator agent Fiddler, but I don't want some URL to go to the proxy. Like what: http://a.com Agent http://b.com Agent http://127.0.0.1 Not agent I hope 'http://127.0.0.1' does not pass fiddler agent When I debug the simulator. The…
ebyte
  • 1,469
  • 2
  • 17
  • 32
0
votes
4 answers

How to prevent HttpWatch from 404ing javascript single-line comments

How do you prevent HttpWatch from interpreting javascript single-line comment as call to a missing resource thus resulting in a 404 error?
Noli San Jose
1
2