Must not return server-side tracebacks
Adds guidance that server-side tracebacks/stacktraces must not be returned to the user. Change-Id: Ib64bd648fb28ff1f5600c8a08c1efab3bcd871ec
This commit is contained in:
parent
53eeb66d39
commit
047e0eca26
@ -136,6 +136,10 @@ request process which cannot be resolved by the client alone. The nature
|
||||
of each code in the 5xx series carries a specific meaning and they should
|
||||
be fully researched before deploying.
|
||||
|
||||
The server **must not** return server-side stacktraces/traceback output to the
|
||||
end user. Tracebacks and stacktraces belong in server-side logs, not returned
|
||||
via the HTTP API to an end user.
|
||||
|
||||
Failure Code Clarifications
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user