cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7 lwip "HTTP headers not included in file system"

VYoun
Associate III

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

1 REPLY 1
KHeig.1
Associate II

Any Solution for this ? I have the same issue