Assembly: mindtouch.core
Class: MindTouch.Dream.RedirectService
SID: http://services.mindtouch.com/dream/.../2007/03/proxy
The Proxy service is used to redirect requests to another service or server.
| Verb:Suffix | Description |
| *://* | Redirect web-request |
<config> <path>google</path> <sid>http://services.mindtouch.com/dream/stable/2007/03/proxy</sid> <redirect>http://www.domain.com?apikey=abcdef</redirect> </config>
Redirect web-request
Any query parameter will be passed on to the redirected web-request.
Any request body, including HTTP headers will be passed on to the redirected web-request.
Any response, including HTTP headers, will be passed back from the redirected web-request.
Crimson: changed feature signature to "*://*"
Aqua: service added