Edited Issue: Provide a method to update the user of the form token for...
If you look at this SO thread: [AntiForgeryToken invalid after sign in](http://stackoverflow.com/questions/9096769/antiforgerytoken-invalid-after-sign-in)It seems to me that an official method, is...
View ArticleEdited Issue: Provide a method to update the user of the form token for...
If you look at this SO thread: [AntiForgeryToken invalid after sign in](http://stackoverflow.com/questions/9096769/antiforgerytoken-invalid-after-sign-in)It seems to me that an official method, is...
View ArticleReviewed: v5.0 RTM (Mar 27, 2013)
Rated 5 Stars (out of 5) - Yes,I like it. the mvc is very nice using web
View ArticleCommented Issue: OData support for Int64 keys seems to be lacking [936]
OData support for Int64 key seems to be lacking (I also accept I may be doing something wrong)Run:http://localhost/MyTypes(2886753098675309)Result:{"odata.error": {"code": "","message": {"lang":...
View ArticleCommented Issue: OData support for Int64 keys seems to be lacking [936]
OData support for Int64 key seems to be lacking (I also accept I may be doing something wrong)Run:http://localhost/MyTypes(2886753098675309)Result:{"odata.error": {"code": "","message": {"lang":...
View ArticleCommented Issue: OData support for Int64 keys seems to be lacking [936]
OData support for Int64 key seems to be lacking (I also accept I may be doing something wrong)Run:http://localhost/MyTypes(2886753098675309)Result:{"odata.error": {"code": "","message": {"lang":...
View ArticleCommented Issue: OData support for Int64 keys seems to be lacking [936]
OData support for Int64 key seems to be lacking (I also accept I may be doing something wrong)Run:http://localhost/MyTypes(2886753098675309)Result:{"odata.error": {"code": "","message": {"lang":...
View ArticleClosed Issue: Allow the definition of the "dispatcher" HttpMessageHandler on...
Currently, on web api, the dispatcher/final message handler can be defined by passing it to the HttpServer ctor.IMHO, it makes more sense to define this information on the configuration (instead of...
View ArticleEdited Issue: Make ODataMediaTypeFormatter constructors public [900]
Make at least these ODataMediaTypeFormatter constructors public so that the user can instantiate and extend ODataMediaTypeFormatter:internal ODataMediaTypeFormatter(IEnumerable<ODataPayloadKind>...
View ArticleCommented Issue: Make ODataMediaTypeFormatter constructors public [900]
Make at least these ODataMediaTypeFormatter constructors public so that the user can instantiate and extend ODataMediaTypeFormatter:internal ODataMediaTypeFormatter(IEnumerable<ODataPayloadKind>...
View ArticleEdited Issue: Provide a MapODataRoute extension for accepting Per-route...
Provide a MapODataRoute extension for accepting Per-route Message Handler.Scenario: For Excel 2010, since it does not send accept header when importing data, i would like to modify the accept header...
View ArticleCommented Issue: Provide a MapODataRoute extension for accepting Per-route...
Provide a MapODataRoute extension for accepting Per-route Message Handler.Scenario: For Excel 2010, since it does not send accept header when importing data, i would like to modify the accept header...
View ArticleCommented Issue: Action selector should ignore actions which do not satisfy...
I have the following controller with actions attributed with route templates. Note that I have a 'max' value constraint of 25 on 'id' parameter.__1.__* Request: http://localhost:23377/api/values/26*...
View ArticleClosed Issue: Action selector should ignore actions which do not satisfy the...
I have the following controller with actions attributed with route templates. Note that I have a 'max' value constraint of 25 on 'id' parameter.__1.__* Request: http://localhost:23377/api/values/26*...
View ArticleEdited Issue: [CORS] By default none of the origins, headers or exposed...
Under current design, if CORS is enable and a default CORS policy is created without input, it by defaults allow all origins and headers from request, allow all exposed headers to be returned in...
View ArticleUpdated Wiki: $select and $expand support
$select and $expand support The $select system query option allows clients to requests a limited set of information for each entity or complex type identified by the ResourcePath and other System Query...
View ArticleUpdated Wiki: $select and $expand support
$select and $expand support The $select system query option allows clients to requests a limited set of information for each entity or complex type identified by the ResourcePath and other System Query...
View ArticleClosed Issue: Url link generation is taking current request's route values...
Route:```config.Routes.MapHttpRoute("DefaultApi", "api/{controller}/{id}", new { id = RouteParameter.Optional });```Controller:```public class ValuesController : ApiController{ public string Get(){...
View ArticleEdited Issue: Fix FxCop violations for Microsoft.AspNet.Mvc.Facebook assembly...
The facebook assembly is not currently running with the Strict ruleset for code analysis like the rest of our product assemblies.This...
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 Article