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: articles/healthcare-apis/dicom/dicom-proxy-url-support.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ For the following API operations the DICOM service returns the fully qualified U
19
19
4. Resolve QueryTag
20
20
5. Resolve QueryTagError
21
21
22
-
Here is an example of a fully qualified image location URL. The URL could be found in the standard response for a STOW operation for a DICOM service that has data partition enabled, with partition name "foo".
22
+
Here's an example of a fully qualified image location URL. The URL could be found in the standard response for a STOW operation for a DICOM service that has data partition enabled, with partition name "foo".
@@ -36,7 +36,7 @@ The modified URL is based on following two headers.
36
36
37
37
2. X-Forwarded-Prefix: the original URL path or prefix that was part of the client’s request before the proxy forwarded or changed the request. For example: `X-Forwarded-Prefix: /prefix`
38
38
39
-
These headers are a part of [.net core standard forwarded headers](https://learn.microsoft.com/aspnet/core/host-and-deploy/proxy-load-balancer).
39
+
These headers are a part of [.NET core standard forwarded headers](https://learn.microsoft.com/aspnet/core/host-and-deploy/proxy-load-balancer).
40
40
41
41
If `x-forwarded-host` header is present in the request object, it replaces the host name with the value provided.
42
42
@@ -63,11 +63,10 @@ Here are the details of a request header for a STOW operation with the forwarded
63
63
* Content-Type: application/DICOM for each file uploaded, separated by a boundary value
64
64
65
65
### Example:
66
-
An example of a DICOM tag with VR = UR for a STOW operation when the forwarded headers are not provided is shown below.
66
+
An example of a DICOM tag with VR = UR for a STOW operation when the forwarded headers aren't provided is shown below.
An example of a DICOM tag with VR = UR for a STOW operation when the forwarded headers are provided is shown below.
72
71
73
72
Sample Request object:
@@ -88,8 +87,7 @@ URL of image:
88
87
89
88
90
89
## Things to remember
91
-
1. Forwarded headers do not have to be used together. If there is a need to, simply replace hostname and not path. Only the forwarded host header can be used. Similarly, if there is a need to replace the path, only the forwarded prefix header can be used.
92
-
90
+
1. Forwarded headers don't have to be used together. If there's a need to, replace hostname and not path. Only the forwarded host header can be used. Similarly, if there's a need to replace the path, only the forwarded prefix header can be used.
93
91
2. The client is responsible for mapping the hostname and path provided in forwarded headers to the correct DICOM service hostname and pathbase.
0 commit comments