Skip to content

accept application/json mimetype for fetching AS2 objects

kaniini requested to merge bugfix/as2-accept-json into develop

Badly written AP implementations try sending Accept: application/json header because their HTTP client has a "fetch this object as JSON" mode, and that's what it sends. So we should allow it.

Merge request reports