You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to clarify exactly how to resolve relative URLs in a Siren representation. I believe we can simply follow the rules from Section 5.2 of RFC 3986, which makes this more a problem of establishing a base URL. Here are my thoughts on the few spots to consider:
I'd like to clarify exactly how to resolve relative URLs in a Siren representation. I believe we can simply follow the rules from Section 5.2 of RFC 3986, which makes this more a problem of establishing a base URL. Here are my thoughts on the few spots to consider:
hrefs in the top-levellinksandactionshrefs in sub-entities(including theirlinksandactions)selflinks for an absolutehref. If one exists, use that as the base URI. See Section 5.1.2 of RFC 3986.