HTTPRedirect[uri]
represents an HTTP redirect to the specified uri.
HTTPRedirect[uri,metadata]
represents an HTTP redirect to uri with the specified metadata.


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 all close 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:
See Also
HTTPResponse URLBuild CloudDeploy HTTPErrorResponse FollowRedirects
Function Repository: HTTPLanguageRedirect
Related Guides
Related Workflows
- Deploy a Web API
History
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
BibTeX
@misc{reference.wolfram_2025_httpredirect, author="Wolfram Research", title="{HTTPRedirect}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/HTTPRedirect.html}", note=[Accessed: 14-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_httpredirect, organization={Wolfram Research}, title={HTTPRedirect}, year={2014}, url={https://reference.wolfram.com/language/ref/HTTPRedirect.html}, note=[Accessed: 14-August-2025]}