Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Commented Issue: [CORS] Request Id in CorsEngineTracer is null [964]

$
0
0
Following traces are what you get:

```
iisexpress.exe Information: 0 : [2013-04-02T23:33:47.6530772Z] Level=Info, Kind=Begin, Category='System.Web.Http.Cors', Id=00000000-0000-0000-0000-000000000000, Operation=CorsEngine.EvaluatePolicy

iisexpress.exe Information: 0 : [2013-04-02T23:33:47.6630854Z] Level=Info, Kind=End, Category='System.Web.Http.Cors', Id=00000000-0000-0000-0000-000000000000, Message='CorsResult returned: 'IsValid: True, AllowCredentials: False, PreflightMaxAge: 5, AllowOrigin: http://localhost:28793, AllowExposedHeaders: {}, AllowHeaders:
{dataserviceversion,accept,origin}, AllowMethods: {GET}, ErrorMessages: {}'', Operation=CorsEngine.EvaluatePolicy

```

Without request Id, it is difficult to correlate the trace with a given request.
Comments: This issue is resolved - https://aspnetwebstack.codeplex.com/SourceControl/changeset/1141f43b27596fbb7bb461bb41c6233b1580e9da

Viewing all articles
Browse latest Browse all 7215

Trending Articles