wwProcess::ResolveServerUrl

Resolves a virtual path that includes ~ at the beginning to a fully qualified HTTP url.

Use this method to get a fully qualified Web URL when you need to create links for externally sent links like emails or social media embedded links where relative links will not work properly.

Example

In a Web application where the virtual web root is timetrakker, the following URL:

foxpro
foxpro
Process.ResolveServerUrl("~/admin/ProcessInvoices.ttw","https")

resolves to:

ruby
ruby
https://west-wind.com/timetrakker/admin/ProcessInvoices.ttw
o.ResolveServerUrl(lcVirtualUrl, lcPrefix)

Parameters

lcVirtualUrl
The URL to translate. If the URL contains ~ it's translated to a server relative fully qualified url. If not the URL is returned as is.
Example: ~/admin/ProcessInvoices.ttw

lcPrefix
The URL prefix to use for this request

  • http (default)
  • https

See also

Class wwProcess
wwProcess::ResolveUrl
wwProcess::ResolvePath

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic