I am trying to pass Date and time to HTTP GET API. It works well with just date. But I get following error when i try to pass time along with it.
"A potentially dangerous Request.Path value was detected from the client (:)."
The url is something like this "http://localhost:49123/api/books/2000-01-31T00%3A00%3A00"
Any suggestions will be appreciated.