on 2019 Nov 19 6:06 AM
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
To send individual requests, set polling to false and pass a message containing your request on the inRequest input port.
The request can be of any type, just set http.method appropriately.
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.