You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ignoreswing
changed the title
Adding the same IP to runtime ACL File returns 500 instead of Expected 409
Adding the same IP to runtime ACL File returns 500 instead of expected 409
May 22, 2024
ignoreswing
changed the title
Adding the same IP to runtime ACL File returns 500 instead of expected 409
Adding the same IP to runtime ACL file returns 500 instead of expected 409
May 22, 2024
Steps to Reproduce
[POST] /services/haproxy/runtime/acl_file_entries
Send the above API request again.
Expected Behavior
According to the documentation, in this case, where the specified resource already exists, it should respond with status code 409.
Actual Behavior
It returns a 500 error.
Your Environment
The text was updated successfully, but these errors were encountered: