eran
June 3, 2025, 6:29am
1
I am using HTTP action.
When defining the base URL + path, the API call gets to the server and returns 200. But UIBakery returns 502 from CloudFlare
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
Max
June 3, 2025, 1:09pm
2
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?