Skip to content

No webpage representation

given: "Alice" created an actor on "abel" called "Alice" with username "Alice"

send.Alice.request.create_actor
{
  "base_url": "http://abel",
  "preferred_username": "Alice",
  "profile": {},
  "automatically_accept_followers": null,
  "name": null
}
receive.Alice.response.create_actor
{
  "attachment": null,
  "published": "2026-03-20T15:18:11.907401",
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
    }
  ],
  "publicKey": {
    "id": "http://abel/actor/vaUkuxfPHD1yGjeHL8llZg#legacy-key-1",
    "owner": "http://abel/actor/vaUkuxfPHD1yGjeHL8llZg",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5E6QdsKOqvA6hTN5bgRX\n7Ct+fIxog2Fh4AQvKzdSuRFGyqIG+DwaZ0cn3YXmtv8twsJU+xnnumvG/ZWFpO59\nScPh8xwdSPZvRvDszmHmXbgK8jrlMoM5Hg3xyO1U38QrH5WsF7UiaUMbTQ1r+cCr\nib+809wCIy/+6Gbt0BtWt8WVtWf8sQwfl7/yEGy7Lj6kACXv2Ak9Mdo8B4N/i7VB\n3ovp54BtMBL0U4Y2iubIbzrpVGmB4Art7ddCl+Qw6QpKFLC/YgFPmNJp8DubsDKe\nMEYeEDAy3a8O1nsOv8RMXGVLK2I+cVqnV+2YHmKuKsW1Ocej4C6VPbaFSYOsk9Kc\nmQIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "id": "http://abel/actor/vaUkuxfPHD1yGjeHL8llZg",
  "type": "Person",
  "inbox": "http://abel/inbox/y0Q9-BMVqZF4iYh1TEm9lg",
  "outbox": "http://abel/actor/vaUkuxfPHD1yGjeHL8llZg/outbox",
  "followers": "http://abel/actor/vaUkuxfPHD1yGjeHL8llZg/followers",
  "following": "http://abel/actor/vaUkuxfPHD1yGjeHL8llZg/following",
  "preferredUsername": "Alice",
  "name": "Alice",
  "identifiers": [
    "acct:Alice@abel",
    "http://abel/actor/vaUkuxfPHD1yGjeHL8llZg"
  ],
  "endpoints": {
    "sharedInbox": "http://abel/shared_inbox"
  },
  "manuallyApprovesFollowers": true
}

when: The request URL is the actor object of "Alice"

when: The request requests the content-type "text/html"

when: The request is made

then: The response code is "406"