Windows Vista Forums

Access is denied
  1. #1


    gimme_this_gimme_that Guest

    Access is denied

    I'm making a post to a form as follows:


    Set oHTTP = WScript.CreateObject("Microsoft.XMLHTTP")
    oHTTP.onreadystatechange = GetRef("RespReceived")

    oHTTP.open "POST", URL, False
    oHTTP.setRequestHeader "Content-Type", "application/x-www-form-
    urlencoded"
    oHTTP.send "logon=user01&password=hello&Submit223=Log+In&realm=rhi"



    A popup appears that says:

    Error: Access is denied.
    Source msxml3.dll
    System: Access is denied.


    How do I make it so that Access is allowed?

    Thanks.


      My System SpecsSystem Spec

  2. #2


    Joe Fawcett Guest

    Re: Access is denied

    <gimme_this_gimme_that@xxxxxx> wrote in message
    news:b579f3ea-a58b-45b4-a51e-aa11f51e3f83@xxxxxx

    > I'm making a post to a form as follows:
    >
    >
    > Set oHTTP = WScript.CreateObject("Microsoft.XMLHTTP")
    > oHTTP.onreadystatechange = GetRef("RespReceived")
    >
    > oHTTP.open "POST", URL, False
    > oHTTP.setRequestHeader "Content-Type", "application/x-www-form-
    > urlencoded"
    > oHTTP.send "logon=user01&password=hello&Submit223=Log+In&realm=rhi"
    >
    > A popup appears that says:
    >
    > Error: Access is denied.
    > Source msxml3.dll
    > System: Access is denied.
    >
    >
    > How do I make it so that Access is allowed?
    >
    > Thanks.
    >
    Where does this script run, is it in a browser or a standalone VB script?
    Can you access the URL normally, for example by pasting into a browser?

    Try downloading Fiddler 2, it may enable you to see more clearly where the
    problem lies.

    --

    Joe Fawcett (MVP - XML)

    http://joe.fawcett.name



      My System SpecsSystem Spec

Access is denied problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
can't open access control editor. Access is denied pjjppj General Discussion 3 20 Oct 2008
Access Denied, Access Denied- like a broken record! Sam Vista General 7 25 Apr 2008
When standard users access Vista registry remotely, Access Denied Gayle Vista account administration 1 10 Oct 2007
Access Denied trying to access Vista PC Ron Vista networking & sharing 7 30 Sep 2007
Access is denied message when trying to access a remote printer MarkC Vista print fax & scan 1 08 Mar 2007