Description

According RFC5985

The POST method is the only method REQUIRED for HELD. If a LIS
chooses to support GET or HEAD, it SHOULD consider the kind of
application doing the GET.

So not all LIS servers support the GET method and only the POST method always present.

Also rfc6753#section-3.2

An HTTP GET request to a HELD URI produces a HELD response as if the
following HELD request had been sent using HTTP POST:

 <locationRequest xmlns="urn:ietf:params:xml:ns:geopriv:held">
   <locationType exact="false">
     geodetic civic
   </locationType>
 </locationRequest>

Expected behavior

Dereference Geolocation URLs using POST method with content according rfc6753#section-3.2


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.