Can anyone say is there any way to configure request filtering for WCF get request on .NET 3.5?
Specifically I want to pass datetime in UTC format as a part of a line like webservicehost/webservicemethod/param1/param2/1-16-2012T11:48:50 and I have got a problem with colons inside time because IIS treats it as a port or smth like directory name where colon is definitely illegal.
Can anyone say is there any way to configure request filtering for WCF get
Share
You could try passing the parameters as query strings instead, which will allow you to enclose the timestamp value in single quotes. For example: