Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/af52d809a4885b7ca7c06261bc48c150f1edd122?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
8 additions and
2 deletions
src/AutoConnect.cpp
src/AutoConnectPage.cpp
@ -589,6 +589,7 @@ String AutoConnect::_invokeResult(PageArgument& args) {
bool AutoConnect : : _classifyHandle ( HTTPMethod method , String uri ) {
bool AutoConnect : : _classifyHandle ( HTTPMethod method , String uri ) {
AC_DBG ( " Host:%s, URI:%s \n " , _webServer - > hostHeader ( ) . c_str ( ) , uri . c_str ( ) ) ;
AC_DBG ( " Host:%s, URI:%s \n " , _webServer - > hostHeader ( ) . c_str ( ) , uri . c_str ( ) ) ;
if ( uri = = _uri ) {
if ( uri = = _uri ) {
AC_DBG ( " %s already allocated \n " , _uri . c_str ( ) ) ;
return true ; // The response page already exists.
return true ; // The response page already exists.
}
}
@ -108,6 +108,11 @@ const char AutoConnect::_CSS_UL[] PROGMEM = {
" -moz-appearance:checkbox; "
" -moz-appearance:checkbox; "
" -webkit-appearance:checkbox; "
" -webkit-appearance:checkbox; "
" } "
" } "
" ul.noorder>input[type= \" radio \" ]{ "
" margin-right:0.5em; "
" -moz-appearance:radio; "
" -webkit-appearance:radio; "
" } "
} ;
} ;
/**< Image icon for inline expansion, the lock mark. */
/**< Image icon for inline expansion, the lock mark. */