v3.2: Should API URLs in general, and the Server Object url
field in particular, still only use the retrieval URL as the base URL
#4541
Labels
deployment
Servers and related deployment configuration
PR #4389 adds
$self
as the base URI for API Description URIs per RFC3986§5.1.1, and keeps the further process for establishing base URIs in alignment with RFC3986§5.1.2–4.It does not change the base URI for API URLs, including Server Object
url
s, and leaves that process looking to the nearest Server Object and then to the containing document's retrieval URL. The only change that PR introduces that would be relevant is the ability to manually supply a retrieval URL (for reasons included in the PR, although see Issue #4540).Since PR #4389 is not intended to change how API URLs work, if we want to change them based on the new presence of
$self
that needs its own discussion, which I a starting here.The text was updated successfully, but these errors were encountered: