Is it possible to implement a HTTP 301 redirect for a WCF REST Service so that URLs of the form:
redirects to
(For the client-side case of this question, see Does the WCF REST WebChannelFactory client support REST services that use redirects?)
|
Is it possible to implement a HTTP 301 redirect for a WCF REST Service so that URLs of the form: redirects to (For the client-side case of this question, see Does the WCF REST WebChannelFactory client support REST services that use redirects?)
| ||||
|
feedback
|
|
Sure just set the location and the status code
I don't know how the WCF client handles redirects, but it is relatively simple to do using HttpWebRequest. | |||
|
feedback
|