Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. ASPX Login

ASPX Login

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 631 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.
  • J Offline
    J Offline
    Jyang772
    wrote on last edited by
    #1

    How would I login into a ASPX login form? I haven't found any examples using QNetworkAccessManager. Could someone provide an example or link to a site with examples?

    This is my QByteArray which I use to POST. It takes user inputted username and password.

    @QByteArray loginData;
    loginData.append("username="+(ui->username->text())+"&password="+(ui->pwd->text())+"&action=login");@

    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