Skip to content

Commit eb9a560

Browse files
committed
expliciting httpS is allowed
1 parent c130f9b commit eb9a560

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ConeSearch.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
117117
represented 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}

0 commit comments

Comments
 (0)