0

Parser Plugin - URL with Login/Password

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~

1 comment

  • 0
    Avatar
    Bright Scripters
    The documentation is showing that the roUrlTransfer object has the following method
    SetUserAndPassword(user As String, password As String) As Boolean

    Enables HTTP authentication using the specified user name and password. Note that HTTP basic authentication is deliberately disabled due to it being inherently insecure. HTTP digest authentication is supported.

Please sign in to leave a comment.