redirect

Redirects to the given URL.

The URL may either be a full URL, including the protocol and server portion, or it may be the local part of the URI (the path and an optional query string). Finally, it may also be a relative path that is combined with the path of the current request to yield an absolute path.

Note that this may only be called from a function/method registered using registerWebInterface.

void
redirect
(
string url
)

Meta