0

I am scripting for an application in which there is a search to be done and when search is hit after entering required parameters the request is sent to the server after 20 sec the request is passes with 200 response code and automatically send same request again every 20sec until actual response is received. Does anyone came across this kind of application. Please let me know. Thanks

Nikhil
  • 393
  • 1
  • 6
  • 25
  • It's not generated by human, it's auto generated – Nikhil Apr 30 '18 at 20:42
  • Then it is the same for any other report with a polling mechanism. You implement a loop with an exit condition when the report is satisfied. Inside of the loop you have a request with the delay interval for the polling implemented as a sleep() in milliseconds – James Pulley May 01 '18 at 15:10

0 Answers0