• HTTP requests for RESTful interface
    Hello, We're using the Keil MDK-ARM middleware. We now want to host a small web server on our device which allows remote configuration and status updates. For this purpose we want to implement...
  • HTTPS
    Hi all, Is RL-ARM supports HTTPS , if so please suggest the literature thank you
  • HTTP with file system
    I found out Keil Embedded File system does not support opening more than 2 files at the same file. I have unit test to prove it now. Is this limitation with Embedded File system? We have...
  • 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...