Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Qwebview loading page with username and password
Forum Updated to NodeBB v4.3 + New Features

Qwebview loading page with username and password

Scheduled Pinned Locked Moved Qt WebKit
7 Posts 3 Posters 3.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mrajanna
    wrote on last edited by
    #1

    Hello,

    I am loading web page in Qwebview widget. But the web page has login credentials with username and password. When loading the web page in Qwebview widget, I am not seeing login credentials. Please help me.

    I tried following link but still no help.
    http://qt-project.org/forums/viewthread/16827

    Regards
    Mohan

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrajanna
      wrote on last edited by
      #2

      I mean, I am not able to see login credentials page. Kindly help.

      Regards
      Mohan

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nvharisha
        wrote on last edited by
        #3

        I am not able to understand about your problem.
        But If you are not getting login-credentials, check if signal from networkAccessManager is emitted and slot is getting called.
        If so, in that slot, you can set it or directly or use QDialog widget to get it dynamically.

        Does it solve your issue?

        Hari

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mrajanna
          wrote on last edited by
          #4

          On the load of the URL in Qwebview, there are pop ups. These pop ups are never coming up in Qt application. where as when I load the same URL in Chromium browser, pop ups are working without any problem. Whether I am missing any enable stuff in QT ??

          1 Reply Last reply
          0
          • N Offline
            N Offline
            nvharisha
            wrote on last edited by
            #5

            Did you override the Javascript in WebPage?
            I have done it to route all JavaScript Alert to Command Prompt for my debugging.

            Hari

            1 Reply Last reply
            0
            • B Offline
              B Offline
              beowulf
              wrote on last edited by
              #6

              Try to send the data directly by URL.

              @http://username:password@site.com@

              -- 0x00

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mrajanna
                wrote on last edited by
                #7

                It is still not working. We decided to remove login page and make direct access to the required URL. Thanks for the replies :)

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved