Lots of Web/Http based libraries on Arduino come with their own predefined web content, e.g
static const char serverIndex[] PROGMEM =
R"(<html><body>....</body></html>)";
Aside from modifying the library is there a way to intervene on the variable content directly in the program sketch?
Regards,