Try our conversational search powered by Generative AI!

Options requests

Vote:
 

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"}]

#198533
Oct 30, 2018 15:30
Vote:
 

Could it be that the request comes from either a proxy or CDN in front of your site?

#198557
Oct 31, 2018 8:16
Vote:
 

Thank you for your answer. Indeed, we have proxy server inside our company, so all users are going through proxy server. Do you think it can be the reason? I will try to contact our internal proxy admin to verify if it's true.

#198564
Oct 31, 2018 10:03
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.