From c130f9b9e29c07d45fbff284b49051a17bfef62a Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Wed, 17 Sep 2025 15:37:33 +0200 Subject: [PATCH 1/2] optional parameters reporting --- ConeSearch.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ConeSearch.tex b/ConeSearch.tex index 6ea8007..f3fd21a 100755 --- a/ConeSearch.tex +++ b/ConeSearch.tex @@ -202,7 +202,9 @@ \subsection{Query resource} \item There may be other parameters in the query, but this document does not specify their meaning or usage. If a query includes an optional parameter, either one specified by this document or not, that is not supported by - the service implementation, the service must ignore that parameter. + the service implementation, the service can ignore it. In this + case it is encouraged to add an INFO element in the response to + include the parsing report for the ignored parameter. \end{itemize} A query following this syntax represents a request for From eb9a5604155c3905898f508aee59023bd8f8fc4d Mon Sep 17 00:00:00 2001 From: Marco Molinaro Date: Wed, 17 Sep 2025 15:44:20 +0200 Subject: [PATCH 2/2] expliciting httpS is allowed --- ConeSearch.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ConeSearch.tex b/ConeSearch.tex index f3fd21a..6e9bb81 100755 --- a/ConeSearch.tex +++ b/ConeSearch.tex @@ -113,13 +113,13 @@ \section{Service Interface Requirements} \subsection{Query resource} \label{subsec:baseurl} -The service must respond to a HTTP GET request +The service must respond to a HTTP (or HTTPS) GET request represented by a URL having two parts:\\ \begin{itemize} \item A base URL of the form\\ - \url{http:///?[&[...]]}\\ + \url{http[s]:///?[&[...]]}\\ where and are URI-compliant components indicating the domain address and local location path where the service @@ -133,7 +133,7 @@ \subsection{Query resource} \begin{bigdescription} \item[Examples] - \url{http://mycone.org/cgi-bin/VOsearch?}\\ + \url{https://mycone.org/cgi-bin/VOsearch?}\\ \url{http://adil.ncsa.uiuc.edu/vocone?resolv&issurvey=T&} \end{bigdescription} @@ -168,7 +168,7 @@ \subsection{Query resource} \end{description} \begin{bigdescription} \item[Example] - \url{http://mycone.org/cgi-bin/search?RA=180.567&DEC=-30.45&SR=0.0125} + \url{https://mycone.org/cgi-bin/search?RA=180.567&DEC=-30.45&SR=0.0125} \end{bigdescription} \item As defined by DALI a service SHOULD also understand the following parameters: \begin{description}