Hi
I need to track the request and response time between my web application and a third party webapplication.
The web application will send a request to a third party application for token on a button click. In return the third party application will process the request to sent the response.
The web application is hosted in our environment and third party server is hosted in some other place.
I want to track the request and response between this two. Please help me with any tool (possible any free tool) or any way to track this.
it is very urgent for me to check this as the request is taking nearly a min time to get the response. And this is happening for the first time but later on if i send request for token it is taking less than a sec to get the response. I need to find out why this time difference between the first request and rest of the requests.
Thanka in advance.
MR