microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 284 forks source link

Always poll Azure-AsyncOperation #800

Closed marina-p closed 11 months ago

marina-p commented 11 months ago

In cases where both 'location' and 'Azure-AsyncOperation' are returned, polling is currently skipped. This change fixes the behavior to poll according to the producer_timing_delay in this case.