Tried:
[ValidateInput(false)]
public class MatchesController : ApiController
In web.config I have:
<httpRuntime requestValidationMode="2.0" targetFramework="4.5.2"/>
<pages validateRequest="false"/>
But still I am getting an error while using put method on address http://localhost:51770/servers/62.210.26.98-1337/matches/2017-01-22T15:17:00Z
Error: a potentially dangerous request.form value was detected from the client (:)
Apparently, it has problem with ":", how can I solve this problem?