model view controller - A potentially dangerous Request.Form value was detected from the client for mandrill webhook -
i using handle bounce mails on our server
[validateinput(false)] public string mandrill(formcollection fc) { string json = fc["mandrill_events"]; }
but getting error system.web.httprequestvalidationexception (0x80004005): potentially dangerous request.form value detected client (mandrill_events="...550 5.1.1 ...").
please solve issue.
Comments
Post a Comment