Errors in HTTP Action

I am using HTTP action.

  1. When defining the base URL + path, the API call gets to the server and returns 200. But UIBakery returns 502 from CloudFlare
  2. Trying to test, I created another action where the full URL is provided in the path. This time - it works properly

Looking at the payload, they are pretty much identical, except for the following which appear in the non-working version
basicAuthUsername: null,
basicAuthPassword: null,
digestAuthUsername: null,
digestAuthPassword: null

Any idea / help will be appreciated

Hi @eran,

I tested with the same actions, one with and one without base URL, and received the same answer for both:

Are you using the on-prem or the cloud version of UI Bakery? If you’re using the on-prem version, you might want to check the firewall settings.

I also noticed that you’ve set a header in the action with the base URL, did you also do the same for the other one?

Last thing that immediately comes to mind, did you maybe set some extra settings in the Datasource config?

1 Like

Hi!
We tweaked our cloud environment a bit, could you please try to send a request again?