Hi, I would like to know if Kentico will work seemlessly with WebAPI2 or not considering Web APIs are state less? I tried to get a shopping cart using IShoppingService GetCurrentShoppingCart() meth...
i'm using asp.net mvc, in controller i have create a method by which i want to get token by api, first i was trying with different code that was give exception of status code 415, unsupported m...
I am getting the following error in my custom web apiNewtonsoft.Json.JsonSerializationException: 'Self referencing loop detected for property 'ProviderObject' with type 'CMS.DataEngine.DataClassInf...
HttpContext.Current.Session returns null when trying to access it from Web API. Is there a method I need to call in my OnInit method when registering my custom module so that I can access the sessi...
Hi, we are trying to use attribute routing so we can have multiple post or get methods on the same controller. I tried adding GlobalConfiguration.Configuration.MapHttpAttributeRoutes() as per here ...
Can Kentico 10 consume a web api call with authentication in the header to a external source server?I know I can hardcode this in the App_Code folder then set up a custom data source control to fee...
I have a repository class in the App_Code directory. The Repository Class makes a Web API 2 call to an external service that returns dealer locator data in a List of Dealers. Is there a how to som...
Hi, we successfully running Web API with Kentico. But it seems that every Request to the Web API runs through the Kentico request pipeline and Kentico tries to find a corresponding Page in the dat...