Blocked activity
-
I’m seeing a lot of these messages :
2025/05/09 15:17:59 [error] 1616#1616: *60057 FastCGI sent in stderr: "PHP message: Blocked activity from: https://mastodon.sdf.org/users/coderCyclist" while reading response header from upstream, client: 205.166.94.38, server: plord.co.uk, request: "POST /wp-json/activitypub/1.0/actors/0/inbox HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.2-fpm.sock:", host: "plord.co.uk"Tracing with a wordpress plugin this request was :
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1"
],
"id": "https://mastodon.sdf.org/users/coderCyclist#delete",
"type": "Delete",
"actor": "https://mastodon.sdf.org/users/coderCyclist",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"object": "https://mastodon.sdf.org/users/coderCyclist",
"signature": {
"type": "RsaSignature2017",
"creator": "https://mastodon.sdf.org/users/coderCyclist#main-key",
"created": "2025-05-09T14:17:01Z",
"signatureValue": "KdpxJNcI7ZkZGMoC2TciGxKKdkPI3B5txUecotsxutaisRRop/0112h9lsUSJaqbV/Rj8F2teX5hPK2PnczEhg+FTR1igFMjU//cTwWuwrB1egHMIB9f/igc+SIHK/pQqhgXQ23LpciX34atRmBNCPJmxkz4QPZscR0us4NsWmlHYk+HedhmY5JUO252/RJLAcj9rnr/0iQZ+/hVVlcEDmGNoZdOyPLxCQ71sy/sY5daSbzTVz99b3KPJlW7G7bTYWaW4g0vHpLWxs52/21ArmScrxzk++OLrEpzzL3HrEoy6KkU6//dBA2QA9ivEbbqjnZsgmQbixlM8dWdRd50VQ=="
}
}The plugin currently returns 202, but since this message gets repeated I wonder if its better to return 200 to avoid repeats ?
Anyways, it would be great if there was more info in the logs about “Blocked activity”
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Blocked activity’ is closed to new replies.