You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
When I made a request to an HTTP subscription with Content-Type: application/json, the body was base64-encoded in my handler, rather than being the JSON string.
My guess is that this regression happened in #421. See the comment here for why we do this behavior.