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
URL | Specify the URL to read the bytes from. |