Skip to content

lib.io.json.RequestUrl

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

RequestUrl

in Lib.io.json


Loads a URL and outputs the source text as a string.

Hint: The string contains what you see when you open the URL with a browser and select 'View Page Source'

Useful combinations: [PickStringPart]

Also see [LoadImageFromUrl] [GetAttributeFromJsonString]


Input Parameters

Name (Relevancy & Type) Description
Url (String) Defines the URL which should be contacted
e.g. https://cataas.com/cat
TriggerRequest (Boolean) Triggers a refresh of the defined URL to update the result

Outputs

Name Type
Result System.String

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally