Hi
I have an application which works stable on Episerver 10 (still not updated to lastest version). However, we noticed that we have a lot of exceptions related to loading assets. The problem is that "something" is doing a lot of (Ajax?) requests of type OPTIONS. I believe it's not our part of code, because these kind of requests doesn't exists when you try to track all traffic in the browser or tool like Fiddler. What is more most of them are pointing not to the media files, but directories - so maybe it's a part of CMS?
Here is an exception logged in application insights, anybody has the same mess in logs generated by EpiServer? Any idea how to solve it?
URL: OPTIONS /globalassets/1.-intranet/3.-my-workplace/employment/recruit--introduce/attract/studentrelationer/
[{"parsedStack":[{"assembly":"EPiServer, Version=10.10.4.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7","method":"EPiServer.Web.Routing.Internal.MultiplexingRouteHandler.GetPageRouteHandler","level":0,"line":0},{"assembly":"EPiServer, Version=10.10.4.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7","method":"EPiServer.Web.Routing.Internal.MultiplexingRouteHandler.GetRouteHandlerOrRedirect","level":1,"line":0},{"assembly":"EPiServer, Version=10.10.4.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7","method":"EPiServer.Web.Routing.Internal.MultiplexingRouteHandler.GetRouteHandler","level":2,"line":0},{"assembly":"EPiServer, Version=10.10.4.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7","method":"EPiServer.Web.Routing.Internal.MultiplexingRouteHandler.GetHttpHandler","level":3,"line":0},{"assembly":"System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a","method":"System.Web.Routing.UrlRoutingModule.PostResolveRequestCache","level":4,"line":0},{"assembly":"System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a","method":"System.Web.Routing.UrlRoutingModule.OnApplicationPostResolveRequestCache","level":5,"line":0},{"assembly":"System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a","method":"System.Web.HttpApplication+SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute","level":6,"line":0},{"assembly":"System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a","method":"System.Web.HttpApplication.ExecuteStepImpl","level":7,"line":0},{"assembly":"System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a","method":"System.Web.HttpApplication.ExecuteStep","level":8,"line":0}],"outerId":"0","message":"Not Found","type":"System.Web.HttpException","id":"34931298"}]