URLExpand["url"]
expands a shortened "url".
URLExpand
URLExpand["url"]
expands a shortened "url".
Details and Options
- URLExpand returns a full URL given as a string.
- By default, URLExpand automatically selects the right service for the shortened URL.
- Use of URLExpand requires connectivity to the Wolfram Cloud.
- URLExpand[URL["url"],…] is also supported.
- URLExpand takes the following options:
-
CookieFunction Automatic function to apply to each cookie received Interactive True whether to allow interactive authentication dialogs TimeConstraint None time to wait for a response VerifySecurityCertificates True whether to verify SSL security certificates
Examples
open all close allBasic Examples (1)
Scope (1)
A URL wrapper is stripped from an input:
URLExpand[URL["http://bit.ly/1apj3Zt"]]Options (3)
CookieFunction (1)
TimeConstraint (1)
Possible Issues (1)
Only URLs that are returning a status code of 300 or 301 can be expanded:
URLExpand["http://www.wolfram.com"]URLRead["http://www.wolfram.com", "StatusCode", "FollowRedirects" -> False]URLExpand["http://wolfr.am/qvX8z8"]URLRead["http://wolfr.am/qvX8z8", "StatusCode", "FollowRedirects" -> False]See Also
Related Guides
Related Workflows
- Create a Short URL ▪
- Deploy a Web API
Text
Wolfram Research (2014), URLExpand, Wolfram Language function, https://reference.wolfram.com/language/ref/URLExpand.html (updated 2016).
CMS
Wolfram Language. 2014. "URLExpand." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/URLExpand.html.
APA
Wolfram Language. (2014). URLExpand. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/URLExpand.html
BibTeX
@misc{reference.wolfram_2026_urlexpand, author="Wolfram Research", title="{URLExpand}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/URLExpand.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_urlexpand, organization={Wolfram Research}, title={URLExpand}, year={2016}, url={https://reference.wolfram.com/language/ref/URLExpand.html}, note=[Accessed: 13-June-2026]}