Hi i'm using fiddler classic to analize performace of a client/server application (client winform and server on Azure .Net 4.8).
Comparing fiddler trace on 2 different PC (home pc and work pc) i notice a very long delay beetween GotRequestHeaders and ClientDoneRequest on work pc.
For example:
Home PC (equal time):
GotRequestHeaders 21:39:55.294
ClientDoneRequest 21:39:55.294
Work PC (0.4 difference):
GotRequestHeaders: 12:46:54.730
ClientDoneRequest: 12:46:55.109
Do you have any idea what could be causing this problem?
Could be an antivirus/Firewall/some software?
Thanks