@@ -113,13 +113,13 @@ \section{Service Interface Requirements}
113113\subsection {Query resource }
114114\label {subsec:baseurl }
115115
116- The service must respond to a HTTP GET request
116+ The service must respond to a HTTP (or HTTPS) GET request
117117represented by a URL having two parts:\\
118118
119119 \begin {itemize }
120120 \item A base URL of the form\\
121121
122- \url {http://<server-address>/<path>?[<extra-GET-arg>&[...]]}\\
122+ \url {http[s] ://<server-address>/<path>?[<extra-GET-arg>&[...]]}\\
123123
124124 where <server-address> and <path> are URI-compliant components
125125 indicating the domain address and local location path where the service
@@ -133,7 +133,7 @@ \subsection{Query resource}
133133
134134 \begin {bigdescription }
135135 \item [Examples]
136- \url {http ://mycone.org/cgi-bin/VOsearch?}\\
136+ \url {https ://mycone.org/cgi-bin/VOsearch?}\\
137137 \url {http://adil.ncsa.uiuc.edu/vocone?resolv&issurvey=T&}
138138 \end {bigdescription }
139139
@@ -168,7 +168,7 @@ \subsection{Query resource}
168168 \end {description }
169169 \begin {bigdescription }
170170 \item [Example]
171- \url {http ://mycone.org/cgi-bin/search?RA=180.567&DEC=-30.45&SR=0.0125}
171+ \url {https ://mycone.org/cgi-bin/search?RA=180.567&DEC=-30.45&SR=0.0125}
172172 \end {bigdescription }
173173 \item As defined by DALI a service SHOULD also understand the following parameters:
174174 \begin {description }
@@ -202,7 +202,9 @@ \subsection{Query resource}
202202 \item There may be other parameters in the query, but this document does not
203203 specify their meaning or usage. If a query includes an optional parameter,
204204 either one specified by this document or not, that is not supported by
205- the service implementation, the service must ignore that parameter.
205+ the service implementation, the service can ignore it. In this
206+ case it is encouraged to add an INFO element in the response to
207+ include the parsing report for the ignored parameter.
206208 \end {itemize }
207209
208210 A query following this syntax represents a request for
0 commit comments