Hello, when I tried to use these functions in my plugin
Parse(ReadAsciiFile(filepath as String)
CreateObject("roUrlTransfer")
they seemed not accepting the path format:
http://username:password@example.com/
Can you confirm that this url format is not acceptable, is there a formal alternative to handle login required url?
Thank you~