I have filtered the http 500 code requests using http.response.code == 500. but i would like to see which request got the http 500. how do i filter this. thanks asked 15 Jul '14, 11:49 scara |
2 Answers:
The field The inverse also applies in the request which has the field answered 15 Jul '14, 13:07 grahamb ♦ |
right click the '500' frame and select 'Follow TCP Stream'. That should work in most cases. Regards answered 15 Jul '14, 12:54 Kurt Knochner ♦ |
Thanks it was useful but for some http 500 requests i only see next request in frame and next response in frame. Some have Prev response in frame,Request in frame , Next request in frame, Next response in frame. why is it like this?