Read a remote txt hosted on a website ??

Monkey Forums/Monkey Programming/Read a remote txt hosted on a website ??

tagoror(Posted 2013) [#1]
Hello,

I want to read a remote txt hosted on a website. Mnet module doesn't work fine with Monkey v67d?

Has Monkey v67d a httpget function?

Regards,

Javier


marksibly(Posted 2013) [#2]
What target?


tagoror(Posted 2013) [#3]
Android and IOS


marksibly(Posted 2013) [#4]
Have a look at the httpgetter sample in bananas/mak.

Unfortunately, it's a bit complex right now because it needs to be done 'asynchronously' to satisfy Apple's publishing guidelines, but I plan on adding simplified versions soon.


tagoror(Posted 2013) [#5]
Great! Thank you!

Javier