BrewPiLess
BrewPiLess copied to clipboard
Error : _loggingInfo->contentType isn’t null after deleting in log page form.
if(_loggingInfo->contentType){ _http.addHeader("Content-Type", _loggingInfo->contentType); }else{ _http.addHeader("Content-Type", "application/x-www-form-urlencoded"); } Not working become after erasing in form contentType=“”, not null.
yeah. You are right.