mfazliazran / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

Show both responses if they are different #156

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As I see in the resulting log, sometimes there are lines saying that the 
scanner received different responses on requests that suppose that response is 
the same, like /`test()` and /`uname`. What I see is the only one response. How 
can I get what was the difference between requests? 

Original issue reported on code.google.com by nosov.si...@gmail.com on 18 Jul 2012 at 2:27

GoogleCodeExporter commented 8 years ago
Thanks for the suggestion ! This actually makes a lot of sense to give more 
background on why the issue is being reported. In some cases it's because of a 
difference in server response code while in other cases the response of the 
page is significantly different.

Is your request mainly debugging related ? In that case, I would propose to 
make it part of the debug build.

Original comment by niels.he...@gmail.com on 19 Jul 2012 at 12:14

GoogleCodeExporter commented 8 years ago

Original comment by niels.he...@gmail.com on 21 Jul 2012 at 4:03

GoogleCodeExporter commented 8 years ago
Yes, debugging nature. I tried to start your tests on a highly-loaded server, 
so in some situations it responded with 500 or other codes and different 
content. When I tried to see what actually was different, I received the 
identical pages, so I could not figure out what was wrong with the responses.

Original comment by nosov.si...@gmail.com on 25 Jul 2012 at 6:14

GoogleCodeExporter commented 8 years ago
Cheers, I'll add dumping some page characteristics and the fingerprints of the 
pages. 

Original comment by niels.he...@gmail.com on 7 Aug 2012 at 11:47