FIX: Native API may error when API_Key is specified on JSON Body
Created:
3/4/2024 7:02:11 PM by Steve Dennis
Status:
Awaiting Release on
Last pulled:
3/29/2024 9:51:17 PM
Description:
Issue appears to be InedoLib/JsonApiHandlerBase.cs#71 , specifically that the request may not be "rewound" after extracting key
Example:
{
"Display_Name": "banana",
"Email_Address": "banana@domain.example",
"Groups_XML": "Developers",
"User_Name": "banana",
"API_Key": "sshhh_secret"
}