Add atproto-proxy header support for service proxying #24
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
performance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Grandiras/ATProto.NET#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The AT Protocol supports the
atproto-proxyHTTP header for proxying requests through a PDS to backend services (like App Views, labelers, chat services). ATProto.NET doesn't currently support this header.Spec Reference
When making XRPC requests through a PDS, the
atproto-proxyheader tells the PDS which service to forward the request to. Format:The header value is a DID with a service endpoint fragment identifier. The PDS resolves the DID, finds the matching service endpoint, and proxies the request there.
What's needed
atproto-proxyheader per-request or as default#bsky_appview- Bluesky App View#bsky_chat- Bluesky Chat service#atproto_labeler- Labeler service#atproto_pds- PDS serviceWhy this matters
Related