• HTTPS
    Hi all, Is RL-ARM supports HTTPS , if so please suggest the literature thank you
  • http file interface
    I'm experiencing the following build problem after an upgrade of the uVision environment and RL-libraries. My project has the TCPnet http server enabled. This is serving files stored on an external...
  • File upload with http and form
    Hello, I will upload a file with http and form. When I use "ENCTYPE...", the function cgi_process_data() is never called. In the thread http://www.keil.com/forum/docs/thread8929.asp someone...
  • 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...
  • File upload through HTTP problem
    Hello, I'm trying to write a firmware update through Web server on the board AT91SAM9620. For this I'm using a form with ENCTYPE="multipart/form-data" and a function cgi_process_data(). Very often...