NTLM authentication and TTFB

Hi,

Is there any way of registering time of actual response from application server and not web server that requires NTLM authentication? I debugged tcpdump and obviously after authenticating user webapplication processes request for few seconds before sending response.

Best regards,

You would probably need to instrument it on the back-end. Testing from the outside those pieces are a black box and nothing outside of the server has visibility into the various components.