Edited Issue: CORS doesn't seem to work for me with POST [951]
Hi, I followed the instructions on http://aspnetwebstack.codeplex.com/wikipage?title=CORS%20support%20for%20ASP.NET%20Web%20API to setup CORS.When Get requests are issues I see the OPTIONS request, the...
View ArticleEdited Issue: CORS doesn't seem to work for me with POST [951]
Hi, I followed the instructions on http://aspnetwebstack.codeplex.com/wikipage?title=CORS%20support%20for%20ASP.NET%20Web%20API to setup CORS.When Get requests are issues I see the OPTIONS request, the...
View ArticleCommented Issue: Delete fails if entity key is of type Guid [885]
I send the following ODATA message:_DELETE http://localhost:34852/Tags(guid'43e361ba-a8a0-4dbe-8474-dfcb5496c161') HTTP/1.1__DataServiceVersion: 3.0MaxDataServiceVersion: 3.0Host: localhost:34852I get...
View ArticleCommented Issue: CORS doesn't seem to work for me with POST [951]
Hi, I followed the instructions on http://aspnetwebstack.codeplex.com/wikipage?title=CORS%20support%20for%20ASP.NET%20Web%20API to setup CORS.When Get requests are issues I see the OPTIONS request, the...
View ArticleCreated Issue: StackOverflowException at large file processing by...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large file and process it by using HttpContentMultipartExtensions we've got unhandled exception which crashes AppDomain:"An...
View ArticleEdited Issue: StackOverflowException at large http body processing by...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleEdited Issue: StackOverflowException at large http message body processing by...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleEdited Issue: StackOverflowException at large http message body processing by...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleCommented Issue: StackOverflowException at large http message body processing...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleCommented Issue: StackOverflowException at large http message body processing...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleCommented Issue: StackOverflowException at large http message body processing...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleCreated Issue: HttpRoute.GetRouteData fails when the request Uri is the...
HttpRoute.GetRouteData truncates the Uri in the request message to calculate the relative request Uri, but in certain cases, for example when the request Uri is equal to the virtualPathRoot, the...
View ArticleEdited Issue: HttpRoute.GetRouteData fails when the request Uri is the...
HttpRoute.GetRouteData truncates the Uri in the request message to calculate the relative request Uri, but in certain cases, for example when the request Uri is equal to the virtualPathRoot, the...
View ArticleCommented Issue: StackOverflowException at large http message body processing...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleCommented Issue: CORS doesn't seem to work for me with POST [951]
Hi, I followed the instructions on http://aspnetwebstack.codeplex.com/wikipage?title=CORS%20support%20for%20ASP.NET%20Web%20API to setup CORS.When Get requests are issues I see the OPTIONS request, the...
View ArticleCommented Issue: MVC: Could not load file or assembly...
Please remove the dependency on DotNetOpenAuth.Core from Microsoft.Web.WebPages.OAuth. Because I don't need to use DotNetOpenAuth on my project.Could not load file or assembly 'DotNetOpenAuth.Core,...
View ArticleCommented Issue: StackOverflowException at large http message body processing...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleNew Post: URIs in media type parameters
Is there a reason why URIs are considered invalid when used as media type parameters? We can set an Accept header of this form, as long as we bypass validation:var msg = new HttpRequestMessage();...
View ArticleNew Post: Method overloads with a CancellationToken parameter
Right now some of TAP-based methods in System.Net.Http.Formatting library does not have overloads with a CancellationToken parameter. For instance next classes:HttpContent HttpContentExtensions...
View Article