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. simple http request and reply

simple http request and reply

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 5 Posters 768 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.
  • banditoB Offline
    banditoB Offline
    bandito
    wrote on last edited by bandito
    #1

    I am looking to make a basic server with QT. Basically I would like it to receive a browser request, grab any values from the post/get variables and then send a reply back to the browser with new variables.

    jsulmJ 1 Reply Last reply
    0
    • banditoB bandito

      I am looking to make a basic server with QT. Basically I would like it to receive a browser request, grab any values from the post/get variables and then send a reply back to the browser with new variables.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @bandito What is the question?
      https://doc.qt.io/qt-5.10/qtnetwork-index.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      raven-worxR 1 Reply Last reply
      1
      • jsulmJ jsulm

        @bandito What is the question?
        https://doc.qt.io/qt-5.10/qtnetwork-index.html

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

        @jsulm
        i guess the OP wants to create a RESTful server, not a client.

        @bandito
        if i got you correct you can use QttpServer

        --- 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
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          Maybe Cutelyst could be of interest.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • Pablo J. RoginaP Offline
            Pablo J. RoginaP Offline
            Pablo J. Rogina
            wrote on last edited by
            #5

            @bandito maybe these examples can be of inspiration: simple TCP echo server, and Qt-bassed HTTP server.

            Upvote the answer(s) that helped you solve the issue
            Use "Topic Tools" button to mark your post as Solved
            Add screenshots via postimage.org
            Don't ask support requests via chat/PM. 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