Func _TEST() $h_openRequest = _WinHttpOpenRequest($hw_connect, "POST", "/admin/edit-member/" & $iniuser, "HTTP/1.1", "http://www." & $side & "/") _WinHttpSendRequest($h_openRequest, "Content-Type: application/x-www-form-urlencoded; charset=UTF-8" & @CRLF, "") _WinHttpReceiveResponse($h_openRequest) $DATA2 = "" Do $DATA2 &= _WinHttpReadData($h_openRequest) Until @error _WinHttpCloseHandle($h_openRequest) $USERGUCK = _StringBetween($DATA2, '"tcell">Benutzername', "") $USERGUCK1 = StringRegExp($USERGUCK[0], 'class="tcell">_TEST