Skip to main content
Question

Docebo connect

  • April 3, 2025
  • 1 reply
  • 20 views

I have added sendhttp request action.trying to call get request with baseurl. but getting the below error

 

1 reply

hailey.gebhart
Helper III

You're getting that error because the request is trying to reach localhost:5153, which refers to your own machine. This works only if you have a service actively running and listening on that port locally. However, since this is being run from Workato (a cloud-based platform), "localhost" refers to Workato's own servers—not your machine.

To fix this, you'll need to update the baseurl to point to an externally accessible URL or IP address where your service is hosted and reachable from the internet.