Url
The source URL of the HTML content.
Specify a URL if you want to resolve links into absolute URLs, or if external resources are required to process the page - for example if external JavaScripts must run before the page is processed. You do not need to specify the exact URL of the page being processed, as long as all URLs in the document being processed are absolute or relative to the web server.
If you need to set a different URL for each document, consider using the wkoop_html_processing
Lua function rather than the WKOOPHtmlExtraction
task.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Any section that you have defined for WkoopHtmlExtraction settings |
Example: | Url=http://mydomain.com/
|
See Also: | ResolveLinks |