码迷,mamicode.com
首页 > Web开发 > 详细

asp.net mvc 如何接收支付宝支付接口 异步通知 notify

时间:2014-10-24 18:24:19      阅读:470      评论:0      收藏:0      [点我收藏+]

标签:http   io   os   for   sp   on   问题   cti   bs   

问题已经得到解决 
支付宝的 异步通知被 asp.net 的安全机制给拦截了 
返回给支付宝的500错误信息是 
A potentially dangerous Request.Form value was detected from the client

解决方法 :

 [HttpPost, ValidateInput(false)]
        public string notify(FormCollection collection)


<httpRuntime  requestValidationMode="2.0"  />

asp.net mvc 如何接收支付宝支付接口 异步通知 notify

标签:http   io   os   for   sp   on   问题   cti   bs   

原文地址:http://www.cnblogs.com/shengfa/p/4048902.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!