HTTP Form auth

This commit is contained in:
iranl
2025-01-17 23:06:42 +01:00
parent cd30612de0
commit c7c21bff81
8 changed files with 393 additions and 109 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ String PsychicRequest::getCookie(const char* key)
// how big is our cookie?
size_t size;
if (!hasCookie("counter", &size))
if (!hasCookie(key, &size))
return cookie;
// allocate cookie buffer... keep it on the stack