洪 民憙 (Hong Minhee) on Nostr: nprofile1q…yasy0 I'm trying to fetch Activity Streams objects from pixelfed.social, ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq2tyk735v52ju032qahe3k2r520jlsujaem6xr8n0ex6u7eqj0anqgyasy0 (nprofile…asy0) I'm trying to fetch Activity Streams objects from pixelfed.social, but it always respond with an HTML even if I make a request with Accept: application/activity+json. Am I wrong something?
$ curl -H 'Accept: application/activity+json' https://pixelfed.social/users/dansup
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://pixelfed.social/dansup'"; />
<title>Redirecting to https://pixelfed.social/dansup</title>
</head>
<body>
Redirecting to <a href="https://pixelfed.social/dansup">https://pixelfed.social/dansup</a>.
</body>
</html>
$ curl -H 'Accept: application/activity+json' https://pixelfed.social/users/dansup
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://pixelfed.social/dansup'"; />
<title>Redirecting to https://pixelfed.social/dansup</title>
</head>
<body>
Redirecting to <a href="https://pixelfed.social/dansup">https://pixelfed.social/dansup</a>.
</body>
</html>