Results 1 to 3 of 3

Thread: login as a domain user on http

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default login as a domain user on http

    Hello,

    I'm trying to read from http server using QNetworkAccessManager. This server requires logging in as a domain user. I tried using http://domain\user:password@remote.host/path/file.html

    I get a 401 reply (authentication error).

    Using the same method for ftp connection does work!

    I tried QHttp and even QtWebkit - same response.

    Any ideas?
    Last edited by orgads; 17th August 2009 at 12:17. Reason: reformatted to look better

Similar Threads

  1. Logging Qt User Actions
    By Frank J. Lhota in forum Qt Programming
    Replies: 14
    Last Post: 30th May 2014, 21:36
  2. HTTP GET authentication does not proceed
    By SailingDreams in forum Qt Programming
    Replies: 2
    Last Post: 1st June 2009, 01:27

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.