• HTTP Server: recover Header HTTP
    Hello everyone, We are currently working on a Web server on a Cortex-M7 ARM to transmit SOAP messages via HTTP and CGI. For this, we would need to recover the request's HTTP Header and more specifically...
  • add header information http-server
    Hi, At this time I run an HTTP-server on RL-TCPNet. Every time when I visit the web-page of my board, the board does something with the query-string. That works fine, but I need to access this web...
  • HTTP Header Connection "keep-alive"
    Hi, I'm trying to do some tests of the AJAX feature of the embedded HTTP server (MDK 5.1.6 Network Component). The thing is, the server is always sending the HTTP header: Server: Keil-EWEB/2.1 Content...
  • Custom HTTP Header Content-type
    Hi everyone I am working on an HTTP server on a Cortex-M7 ARM to transmit SOAP messages (with text/xml content) via CGI script, and transmit JSON-AJAX (with application/json content) via CGX script...
  • RL-TCPnet Webserver: Edit HTTP Header
    Hi, I am trying to edit the HTTP Header to change the "Content-Disposition" to "Attachment" to force a "Save As" to Download a XML-File (cgx-File). So far i just found the function: cgx_content_type...