mnutt / davros

Personal file storage server
Apache License 2.0
298 stars 35 forks source link

Davros responds with unexpected gzipped response #94

Closed timmc closed 3 years ago

timmc commented 5 years ago

When I make a request to Davros's WebDAV endpoint with curl or a browser, I get garbage back. It turns out that there are possibly two separate problems here.

However, in both cases gzipped data is returned, and the client is confused. (In another client, there's no trouble, but it might be cueing off the response headers alone.)

This may or may not be related to https://github.com/sandstorm-io/sandstorm/issues/2691

mnutt commented 3 years ago

Based on the discussion in https://github.com/sandstorm-io/sandstorm/issues/2691, this looks like it was fixed there. Feel free to reopen if that is not the case.

ocdtrekkie commented 2 years ago

I think I just hit this or something very related when troubleshooting a 403 Forbidden response from an app I'm working on, re: request in Firefox had the Accept-Encoding, but the response did not have a Content-Encoding header.