I want to fetch files from the Internet and use them in C2.
Example:
A File ~ "file.txt" from "http://example.com/folder/file.txt" and use the file's content under C2
For an instance:
A file named "users.txt" containing: "hello, world, test", fetching them from C2 somehow and using the fetched value as string
Any possible ways?
(Extra: I'm using Release 212 of C2) Thanks