Hi,
After upgrading from the 2022 version to the latest 2025 version, I am experiencing an issue with the URL for REST services.
The address and API endpoint are stored as global constants.
For example, the URL: https://mock.webcon.bps:3317
For example, the endpoint: /domains/customercommunication/internal/v1/message
Webcon returns an error during the sending action due to an incorrect URL --> https://mock.webcon.bps:3317/%2Fdomains%2Fcustomercommunication%2Finternal%2Fv1%2Fmessage
In version 2022, it worked fine.
If I remove the address from the endpoint and put the entire value into the URL, it works correctly.
How can I solve this?