cancel
Showing results for 
Search instead for 
Did you mean: 

If "LWIP_HTTPD_DYNAMIC_HEADERS" is "ON" webpage does not appear!

DK.7
Senior

I have a webserver on a stm32f407 and everything works great! I repeated the same project, but on stm32h750 and the webserver does not work.

But if "LWIP_HTTPD_DYNAMIC_HEADERS" is OFF the web page works partially.

To me need "LWIP_HTTPD_DYNAMIC_HEADERS" is "ON".

But, probably, I needed in stm32h750 something else to configure, unlike stm32f407!?

Is anyone facing the same problem?

2 REPLIES 2
DK.7
Senior

Did no one encounter this problem?

Piranha
Chief II
#define LWIP_HTTPD_CGI            1
#define LWIP_HTTPD_SUPPORT_POST   1
#define LWIP_HTTPD_DYNAMIC_HEADERS 1
#define LWIP_HTTPD_CUSTOM_FILES       1

I'm even building the contents of custom "files" dynamically and all of it and more works for me. Why? Because I have built a correct platform underneath. Until the lower layers are reliable, there is no point in wondering why higher layers don't work.

https://community.st.com/s/question/0D50X0000BOtfhnSQB/how-to-make-ethernet-and-lwip-working-on-stm32