Hello all!
We are trying to override the Base URL of a REST API, but the we are receiving a message saying the "Base URL must start with 'https://".
This is a new environment and this issue doesn't happen in other environments (however this new environment has newer OS version).
Where we can configure to allow consume HTTP (if this configuration exists)?
Thanks in advance!
Hi Meira,
Check the below setting in factory configuration settings "Force HTTPS for exposed integrations in web app" . if it's ON then this message come
Hello @Diego Meira,
Have you checked this settings?
Thanks,
Sachin
Hello, Sachin and cvsharma nds!
Yes, I already checked this configuration page and they are unchecked.
Thanks.
Diego
Did you verified these settings on both Service Center and LifeTime? If not please verify once on both places.
Hello,
I have successfully found a solution using the OnBeforeRequest event to perform a Replace of “https” with “http” in the URL.
I am sharing this solution here for your reference. Is not ideal but works,
Best regards,