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. Working with Developer APIs with QT Webkit
Forum Updated to NodeBB v4.3 + New Features

Working with Developer APIs with QT Webkit

Scheduled Pinned Locked Moved Unsolved Qt WebKit
4 Posts 2 Posters 1.2k 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.
  • DonCoderD Offline
    DonCoderD Offline
    DonCoder
    wrote on last edited by
    #1

    I would like to work with ZOMOTO Dev APIs
    Using QNetworkAccessManager, I can send a request but when i try to readall() on QNetworkReply() i could see nothing. So My Query is how to place request and How to read the Content Received, while working with developer APIs of various Applications. An example would be appriciated

    raven-worxR 1 Reply Last reply
    0
    • DonCoderD DonCoder

      I would like to work with ZOMOTO Dev APIs
      Using QNetworkAccessManager, I can send a request but when i try to readall() on QNetworkReply() i could see nothing. So My Query is how to place request and How to read the Content Received, while working with developer APIs of various Applications. An example would be appriciated

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @DonCoder
      a shot in the dark: i guess you are reading the content of the reply just after you sent it? Means you aren't waiting for the reply's finished signal?!

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • DonCoderD Offline
        DonCoderD Offline
        DonCoder
        wrote on last edited by
        #3

        Hi Raven,

        I am doing it. After finished signal, in the connected slot i am trying to reply->readall(). But it returns empty.

        raven-worxR 1 Reply Last reply
        0
        • DonCoderD DonCoder

          Hi Raven,

          I am doing it. After finished signal, in the connected slot i am trying to reply->readall(). But it returns empty.

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @DonCoder
          then what is the reply's error() return?
          Maybe a redirect? Or more probably an authentication issue since you are using an API.
          But you need to provide more info...

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          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