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

Popular posts from this blog

1111. appearing after print sequence - php -

node.js - Express and Redis - If session exists for this user, don't allow access -

excel - I can't get the attachement of the email PHP -