Any ideas on a WCF Interceptor for a REST WebGet request to change the Url/Querystring parameters
Posted
by REA_ANDREW
on Stack Overflow
See other posts from Stack Overflow
or by REA_ANDREW
Published on 2010-05-20T12:49:20Z
Indexed on
2010/05/20
13:30 UTC
Read the original article
Hit count: 539
Does any one know of a way I can intercept a REST Get request inside WCF, so for example I could change the value of any of the querystring parameters. So I need to have some code run, prior to WCF Evaluating the UriTemplate of the WebGet attribute and be able to edit it, before returning the value which it will use to continue processing the request.
Any help would be greatly appreciated
Andrew
© Stack Overflow or respective owner