Hello all
Our application exposes WCF Data Services. There is a method marked by WebInvoke(Method="POST") attribute. It worked fine until we have installed .net 4.5. Now calls to HttpContext.Current.Request["someProperty"] return null. I found that the collection Form of the Request is empty.
Could anybody tell me what changed after this upgrade and what I should change, please? We migrate to WebGet operation because of limits on URL length
Thanks