Hi,
I would like to stop the polling of a URL using HTTP Client Operator. Right now, if I want to make a GET request, it only works if I select Polling = True, otherwise GET option is not enabled. If Poling is disabled, only POST call is enabled.
Right now, I am using the following method to make achieve the desired effect. However, I would like to know, is there a better way/ does HTTP Client itself allows single GET call instead of Polling the URL ?
If you notice, the configuration for HTTP Client with Polling = False does not provide GET request -
Regards,
Boudhayan Dev