This activity allows your flogo application to get content from a URL with support for basicAuth
flogo install github.com/abasse/flogogetcontent
Inputs and Outputs:
{ "inputs":[
{
"name": "basicAuthUser",
"type": "string",
"required": false
},
{
"name": "basicAuthPassword",
"type": "string",
"required": false
},
{
"name": "URL",
"type": "string",
"required": true
}
],
"outputs": [
{
"name": "result",
"type": "string"
},
{
"name": "status",
"type": "string"
},
{
"name": "header",
"type": "string"
}
]
}