Hi, is it possible to send data to a specific url using a processor, and retrieve information back based on the data sent? For example, send a password to a website that returns the strength of the password. Thank you
for two way communicate you can use HandleHttpRequest in conjuction with HandleHttpResponse. with handrequest that is the input. Do some processing ie how strong is password. then use HandleHttpResponse to return the response ie 'Strong"