HTTPRedirect
HTTPRedirect[uri]
represents an HTTP redirect to the specified uri.
HTTPRedirect[uri,metadata]
represents an HTTP redirect to uri with the specified metadata.
Details
- The redirect location uri can be either a string representing an explicit URL or a CloudObject.
- HTTPRedirect is usually stored in a CloudObject or specified as the result in an APIFunction or FormFunction.
- HTTPRedirect[…] can be deployed to the cloud using CloudDeploy.
- The metadata in HTTPRedirect is an association including the following possible elements:
-
"StatusCode" 302 HTTP status code "ContentType" "text/html" MIME type for content "Cookies" {} cookies to set "Headers" Automatic a list of rules giving HTTP response headers
Examples
open allclose allBasic Examples (1)
Scope (1)
By default, HTTPRedirect creates a redirect. A temporary redirect is not cached by the browser:
Use a permanent redirect and the browser will cache the response:
Text
Wolfram Research (2014), HTTPRedirect, Wolfram Language function, https://reference.wolfram.com/language/ref/HTTPRedirect.html.
CMS
Wolfram Language. 2014. "HTTPRedirect." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/HTTPRedirect.html.
APA
Wolfram Language. (2014). HTTPRedirect. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/HTTPRedirect.html