GetBytesFromURL
Reads the specified URL and returns the contents as a binary.
This is used to read data from an arbitrary URL. It can be converted to any other data type (for further processing) using the ExtractBytes and ConvertFromBinary functions.
Arguments
| Arguments | Definitions | 
|---|---|
| URL | Specify the URL to read the bytes from. |