tags:

views:

130

answers:

1

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

A: 

For anyone who does not want to be restricted to UriTemplate parameters. Check out this: Simply brilliant and sorts out my issue 100%

http://channel9.msdn.com/shows/Endpoint/endpointtv-Screencast-QueryString-Parameters-in-RESTful-WCF/

Cheers,

Andrew

REA_ANDREW