Results 1 to 2 of 2

Thread: inet.username inet.password

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    3

    Question

    I'm pretty new with vb programming. Things were going pretty well up to this point. Im making a program that retrieves pictures, and information about pictures from selected websites. I need to be able to acces the pictures from a server that requires a username and password. If i go there with my regular browser, a pop up screen appears and asks for USER NAME and PASSWORD.

    inet1.username = "myusername"

    inet1.password = "mypassword"

    b() = inet1.openUrl _("www.kimzcamz.com/sourceftp1/door/doof0000.jpg")

    this is what im trying to use...... The error I recieve from the server is 401.3

    If you go to this address with a browser you will see what i mean... (the username and password are only for example purposes, they don't actually work)

    Can someone point me in the right direction...Tell me why this isn't possible..? (forgive my ignorance, like i said.. im new at this...)

  2. #2

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    3

    Angry here is the error

    HTTP Error 401
    401.3 Unauthorized: Unauthorized due to ACL on resource

    This error indicates that the credentials passed by YOU the client do not have access to the particular resource on the server. This resource could be either the page or file listed in the address line of the client, or it could be another file on the server that is needed to process the file listed on the address line of the client. Are you sure you have access to this area?

    Please make a note of the entire address you were trying to access and then contact me to verify that you have permission to access the requested resource.
    ---------------------------------------------------------


    I am the administrator. I removed the everyone account (no more anonymouse logons) and ever since I can't get in with my prg... I have a valid account added. If I use my browser and log in manually I have no problems getting in.. but my prg still can't .... Please Help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width