@markmeeus
15 years, 9 months ago
In the mu-plugins folder you find the buddypress activity plugin.
It has a subfolder called feeds.
Al three of them use
header(‘status: 200 OK’);
But it should be
header(‘http/1.1 200 OK);
It worked for me