Link
header and set a <link>
tag, but it doesn't seem to work (at least with Megalodon)...
https://community.nodebb.org/post/99307
or making a HEAD
call against it to see the meta tag and Link header, respectively.
For example, let's say I link out to Evan's profile here. If NodeBB knew that this link had an alternative AP endpoint, then we could redirect the user instead to the local representation of his profile
And if you wanted to redirect a link to a local profile instead of his official profile, you don't need an endpoint to do that. You could simply parse the post and swap out the URL, since you should have data about the user in your database anyway from when you first detected the user.
url
available, then yes, I can (and already do) swap out the URL. However, if somebody links out to some resource, I might not already know about that user, status, post, article, etc.HEAD
call would be one way to figure out pre-flight whether an AP object exists or not.
Accept
header.