Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to read *.jsp page using QNetworkAccessManager?
Forum Updated to NodeBB v4.3 + New Features

How to read *.jsp page using QNetworkAccessManager?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 961 Views
  • 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.
  • N Offline
    N Offline
    NTMS
    wrote on last edited by
    #1

    Hi,

    I have to read data from jsp page. My question is that how to read *.jsp page using QNetworkAccessManager?

    Kind Regards

    M 1 Reply Last reply
    0
    • N NTMS

      Hi,

      I have to read data from jsp page. My question is that how to read *.jsp page using QNetworkAccessManager?

      Kind Regards

      M Offline
      M Offline
      mvuori
      wrote on last edited by
      #2

      You don't read a .jsp page. You just make a web request to it just like for any other type of web page. The web server processes JSP and returns HTML (& other resources) to your request.

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

        Thank you mvuori,

        I have TI am37evm board that runs on embedded-linux. I build an application, and all is perfect. I can request HTTP data and I can get returns. I developed my app in Ubuntu 12.04 using Qt Creator 3.3.1 (based on Qt 5.4.1) In my first app I only use HTTP request.
        Now I am using Ubuntu 14.04 and using Qt Creator 3.5.1 (based on Qt 5.5.1) In my new app I can't send any HTTPS request?
        Do you have any code snippet for how to make https request using QSslSocket or QNetworkAccessManager? I couldn’t find any QSslSocket and QNetworkAccessManager examples using Creator 3.5.1 (based on Qt 5.5.1).
        Is it possible to point for me where I can get more information and example for QSslSocket and QNetworkAccessManager?

        Kind Regards

        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