Symptoms
We have multiple categories (applications) within a single K2 server. We need only one of the category (application) to communicate over https (SSL) whereas other categories (applications) will continue in http. We would like to know how to achieve this in K2.
For example,
- All forms related to Expense Claims should have their runtime URL displayed as https://server/runtime/form/form+name
- All forms related to Leave Requests should have their runtime URL displayed as http://server/runtime/form/form+name
Diagnoses
N/A
Resolution
Unfortunately, you can't do that, its either https or http for all forms runtime urls.