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
Currently the AP of the homeserver is /:userid/pub/ since Pkarr is getting support for Endpoints resolution, we can do userid.<homeserver>/pub/ where the homeserver gets a direct connection and reads the HTTP host to figure out which user is being queried.
In browser, we will need to embed this subdomain inside a custom header, because we can't send a request to IP and port directly, and it is not guaranteed that the homeserver owner can run a server with a wildcard TLS certificate.
The text was updated successfully, but these errors were encountered:
Currently the AP of the homeserver is
/:userid/pub/
since Pkarr is getting support for Endpoints resolution, we can douserid.<homeserver>/pub/
where the homeserver gets a direct connection and reads the HTTP host to figure out which user is being queried.In browser, we will need to embed this subdomain inside a custom header, because we can't send a request to IP and port directly, and it is not guaranteed that the homeserver owner can run a server with a wildcard TLS certificate.
The text was updated successfully, but these errors were encountered: