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
Copy file name to clipboardExpand all lines: docs/src/operations/troubleshooting/common-http-status-codes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This HTTP status code may be encountered in different ways in the context of the
15
15
This HTTP status code is a result of trying to upload a resource that is too large for the server to handle. This might be due to a misconfiguration of the DSF FHIR server's reverse proxy not allowing this much data to be uploaded.
16
16
17
17
# 500 Internal Server Error
18
-
This HTTP status may be a result of a connection timeout if a forward proxy is used
18
+
This HTTP status may be a result of a connection timeout if a forward proxy is used or when using ping pong 2.x in DSF 1.x with a download resource size of >400MB.
19
19
20
20
# 502 Bad Gateway
21
-
This HTTP status code is usually the response of a proxy because the server was unavailable or did not respond
21
+
This HTTP status code is usually the response of a proxy because the server was unavailable or did not respond.
0 commit comments