Closed idlefire closed 2 years ago
Assumably you get no response for those requests. The extender api method makeHttpRequests
has a long default timeout (approx. 2 mins) you must wait for. Did you try to debug it with a logger (e.g. Logger++)??
Yes I confirm from target->http history that requests are all done. I just recreated a session and there is no Pending
It does not make sense to check the proxy history. You must check the repeated requests with a logger. As I told, most likely the server does not responds on the repeated requests; means you have to wait until the timeout to be able to see the requests in the table...
What happen? How do I solve it? Thanks