Summary: We are using Kentico 11 to handle ecommerce transactions and integrating them into our mobile app. So, we are posting the mobile app transactions into Kentico using the REST API. We have t...
I encountered error status 405 Method Not Allowed on OPTIONS Pre-flight. I configured the kentico cms with everything i can on Access-Control-Allow-Methods and the response header shows the correct...
Hello, I'm making some API endpoints for a mobile app and I've used this line from the LogonForm.ascx.csAuthenticationHelper.ForgottenEmailRequest(value, SiteContext.CurrentSiteName, @LOGONFORM@, S...
Hello,Using Xperience 13.0.48, I am trying to replicate @the creation of new culture version of an existing by copying the page@ In the situation, my initial page in English contains an attachment ...
Hi Guys, I need to find the best way to retrieve information that must be displayed in a form or widget from a third party api. And then afterword update the information in the third party api.Th...
Hi Guys, I have the following scenario: After form submission from certain pages, I have to call and external API, where some custom business logic is applied before calling the api. There is also ...
Where in the version 11 admin interface or configuration does one set the values of the API SiteContext.CurrentSite property? grepping (well, actually findstring) the codebase and 30 minutes on Goo...
How do I get the page title combined with the page title content settings in a MVC website? The page settings are set to the following: {%pagetitle_orelse_name%} | {%prefix%}. When I runresolver.R...
We are interested in using a distributed cache (Redis) for our Xperience 13 MVC site. The site will be hosted in a web farm on Azure (geo-replicated) so in-memory caching is not an optimal solution...
I am trying to figure out how to get all the roles assigned to a page via the security (permissions) tab on the page. I do not see an API call that has that info.Here is the specific use case:We us...