We are sending a HTTP WCF request to a 3rd party system hosted on our servers and were experiencing a significant delay between sending the request and getting the response. The 3rd party are claiming that they complete their work in a few seconds but in fiddler I can see a significant gap between the ServerBeginResponse
and the GotResponseHeaders
.
Now I'm not sure what could account for this delay? Could someone explain what the ServerBeginResponse
and the GotResponseHeaders
timers in Fiddler actually mean?