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
We need to modify the API response handling to utilize the configuration setting that determines whether exception messages should be included in the API response. Currently, exception messages are always included, but with this change, the API will conditionally include the exception message based on the configuration. If the setting is disabled, the response will contain a generic error message along with a unique error code, enhancing security by avoiding unnecessary exposure of internal details.
The text was updated successfully, but these errors were encountered:
We need to modify the API response handling to utilize the configuration setting that determines whether exception messages should be included in the API response. Currently, exception messages are always included, but with this change, the API will conditionally include the exception message based on the configuration. If the setting is disabled, the response will contain a generic error message along with a unique error code, enhancing security by avoiding unnecessary exposure of internal details.
The text was updated successfully, but these errors were encountered: