BUG:Malformed HTTP response treated as successful authentication
-
An empty or malformed HTTP response treated as successful authentication
RestfulSingleSignOnPlugin.php (error)
if (!$data instanceof WP_Error)
RestfulSingleSignOnPlugin.php (fixed)
if (!is_null($data) && !$data instanceof WP_Error && array_key_exists($username_property, $data) && $username==$data[$first_name_property])
https://www.ads-software.com/plugins/wp-restful-single-sign-on/
- The topic ‘BUG:Malformed HTTP response treated as successful authentication’ is closed to new replies.