changeset 1762:604fc328dc10

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 May 2021 11:56:47 +0200
parents 28755e42c007
children 29c85a2c6df0
files Applications/StoneWebViewer/NOTES.txt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Applications/StoneWebViewer/NOTES.txt	Mon May 10 11:51:53 2021 +0200
+++ b/Applications/StoneWebViewer/NOTES.txt	Mon May 10 11:56:47 2021 +0200
@@ -105,11 +105,12 @@
 "token" provided when opening "index.html". If the "token" GET
 argument is absent, the "Authorization" header is not altered.
 
-For instance, if the user opens the following URL:
+For instance, if the user opens the Stone Web viewer using the
+following URL:
 
 http://.../index.html?study=<StudyInstanceUID1>&token=Hello
 
-Then each request to the DICOMweb will set the HTTP header:
+Then each request to the DICOMweb server will contain the HTTP header:
 "Authorization: Bearer Hello"