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