HTTPRedirectHTTPRedirect
HTTP Transport Redirect
Home > Books > NetKernel API and Services Reference > Accessor Listing > HTTP Transport > HTTPRedirect

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:tpt:http

The HTTPRedirect accessor is exported by the urn:org:ten60:netkernel:tpt:http module. Import this module to gain access to the accessor.

Syntax

URI
active:HTTPRedirect

ArgumentRulesDescription
operatorMandatory the uri to redirect to

Example Usage

DPML

<instr>
  <type>HTTPRedirect</type>
  <operator>
    <uri>http://www.1060.org</uri>
  </operator>
  <target>this:response</target>
</instr>

NetKernel Foundation API


req=context.createSubRequest();
req.setURI("active:HTTPRedirect");
req.addArgument("operator", "http://www.1060.org");
result=context.issueSubRequest(req);

Purpose

The HTTPRedirect accessor creates an HTTP response code aspect (see HTTPResponseCode) with a 303 redirect to the URI specified in the <operator> argument.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.