Invokeurl Basic Auth in Deluge
Hi Team
I need how to use invokeurl for to create a Basic Auth, for example, the payload no problem, but the headers is my doubt
username: user001
password: ghghgjg777
response = invokeurl
[
type :POST
parameters:payload
headers:header_data
];
Regards,
Pablo