comparison Applications/StoneWebViewer/NOTES.txt @ 1762:604fc328dc10

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 May 2021 11:56:47 +0200
parents 28755e42c007
children 142c7ee8fe1f
comparison
equal deleted inserted replaced
1761:28755e42c007 1762:604fc328dc10
103 The Vue.js application will set the "Authorization" HTTP header to the 103 The Vue.js application will set the "Authorization" HTTP header to the
104 value "Bearer <token>" where "<token>" is value of the GET argument 104 value "Bearer <token>" where "<token>" is value of the GET argument
105 "token" provided when opening "index.html". If the "token" GET 105 "token" provided when opening "index.html". If the "token" GET
106 argument is absent, the "Authorization" header is not altered. 106 argument is absent, the "Authorization" header is not altered.
107 107
108 For instance, if the user opens the following URL: 108 For instance, if the user opens the Stone Web viewer using the
109 following URL:
109 110
110 http://.../index.html?study=<StudyInstanceUID1>&token=Hello 111 http://.../index.html?study=<StudyInstanceUID1>&token=Hello
111 112
112 Then each request to the DICOMweb will set the HTTP header: 113 Then each request to the DICOMweb server will contain the HTTP header:
113 "Authorization: Bearer Hello" 114 "Authorization: Bearer Hello"
114 115
115 116
116 Dynamic actions using messages 117 Dynamic actions using messages
117 ============================== 118 ==============================