Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. php
    Log in to post

    • UNSOLVED authenticationRequired signal not emited or slot not called
      General and Desktop • server authentication rest php • • gollum  

      2
      0
      Votes
      2
      Posts
      1054
      Views

      @gollum IIRC the authenticationRequired signal will be emitted when the HTTP response contains a WWW-Authenticate header. HTTP401 is just an error code that you are not allowed to view this resource. So the webserver/webapplication doesn't even ask you to authenticate.
    • UNSOLVED Application logic and best authentication methods with PHP server side.
      General and Desktop • authentication php • • gollum  

      4
      0
      Votes
      4
      Posts
      1084
      Views

      @gollum Sorry I still don't understand who's authenticating where and how is oauth2 involved in all this. I could use cookies as well which might make things easier. I would think you not only could, but rather need to use cookies. How else will you distinguish between clients connected to you PHP service?
    • UNSOLVED QNetworkAccessManager with PHP and MYSQL
      Mobile and Embedded • mysql qnetworkaccessm php • • werter  

      12
      0
      Votes
      12
      Posts
      9814
      Views

      Thank you. I take a look on it.