CPSSD / rabble

Rabble is a federated blogging platform built with ActivityPub
MIT License
7 stars 1 forks source link

Add support for 2xx responses in python services #556

Closed iandioch closed 5 years ago

iandioch commented 5 years ago

Connects to #540.

Didn't look at Typescript/Go because I'm not sure in those cases which responses are coming from a foreign server and which are coming from our own server (where we may be looking for a 200 specifically), and I didn't want to look into that right now.