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
Until this morning, calls to actor.getprofiles that did not specify accept-encoding were returning plaintext. This morning, they began returning gzipped data.
Steps to reproduce the behavior:
In bash, define a list of 25 dids as params (actor=did…&actor=did…)
Until this morning, calls to actor.getprofiles that did not specify accept-encoding were returning plaintext. This morning, they began returning gzipped data.
Steps to reproduce the behavior:
params
(actor=did…&actor=did…
)Expected behavior
Calls that don't specify accept-identity: gzip will not return gzipped data.
Details
Additional context
Calling the following returns plaintext.
The text was updated successfully, but these errors were encountered: