Getiing Below Error While Executing my pipeline.
Error
{ "errorCode": "2108", "message": "Error calling the endpoint. Response status code: ", "failureType": "UserError", "target": "Web1" }
Here is My Code:
{ "name": "pipeline1", "properties": { "activities": [ { "name": "Web1", "type": "WebActivity", "policy": { "timeout": "7.00:00:00", "retry": 0, "retryIntervalInSeconds": 30, "secureOutput": false, "secureInput": false }, "typeProperties": { "url": "http://00.00.00.00:8000/name?env=DEV", "method": "GET" } } ] } }