Skip to main content
Visitor II
August 10, 2020
Question

STM32H7 lwip "HTTP headers not included in file system"

  • August 10, 2020
  • 1 reply
  • 1275 views

Hello,

I am developing a HTTPd web server with lwip and STM32H7.

I am generating fsdata.c and fsddata_custom.c using a Perl script that I found through an example on the internet.

The project works and the I can access the web page using the ip address assigned to the MCU.

I am using CGI to import some variables from the web page into the microcontroller.

The CGI works and the variables are imported to the MCU.

However, the following message is printed in the serial port:

"HTTP headers not included in file system"

I can not find what the reason is, I went through the forum but could not find the answer.

Does anyone have an idea why?

Thank you in advance.

Best regards,

Vouria

    This topic has been closed for replies.

    1 reply

    Visitor II
    February 3, 2022

    Any Solution for this ? I have the same issue