WPM dont record all the HTML Error codes (for e.g., 404). Please let us know how to enable that. Thanks for all your assistance in advance
Hello,
what exactly do you mean by "don't record"? If server returns any "error" code to WPM for main page request it's evaluated as navigation failure and should fail whole transaction. If the error code is returned for some resource on the page (.js, .css, images) then it's shown in "TCP Waterfall" chart but transaction won't fail.
Thanks for your response. When I record and play a website and if that returns 404 error, WPM event log doesnt record the error code as 404. It shows it as down only and not showing what is the actual error code. When I use SAM for the same, it records perfectly as 404.
I see where you are heading now. SAM monitor single URL and reports error code. WPM is working on the level of whole transaction so it reports success or failure of the whole transaction, which may consist of multiple steps across multiple pages. It won't give you exact error code in the result because error code is just one of many possible ways how transaction can fail. But it will tell you that failure is caused for example by navigation error.