nspcc-dev / send-fs-neo-org

Send.NeoFS is a simple example of integration with NeoFS network via HTTP protocol
http://send.fs.neo.org/
GNU General Public License v3.0
1 stars 1 forks source link

Missing filename #80

Closed roman-khimov closed 1 year ago

roman-khimov commented 1 year ago
Screenshot_20230601_181051

Even though it's there in x-attribute-filename:

$ curl -I https://send.fs.neo.org/gate/get/Gq75aj5NnQMN2kvjNw51b5gkVuWh9v6auMgPhe618h3J
HTTP/2 200 
server: nginx
date: Thu, 01 Jun 2023 15:11:58 GMT
content-type: image/jpeg
content-length: 115154
x-attribute-email: bdcc0eca70cce45405e408013dfac407c6960b4dd167bc78793f448c6b406e04
x-attribute-neofs-expiration-epoch: 6650
x-attribute-filename: s7-.jpeg
x-object-id: Gq75aj5NnQMN2kvjNw51b5gkVuWh9v6auMgPhe618h3J
x-owner-id: NantTUz5ZATfykShmSjY5v6DW3Mqkdtm2k
x-container-id: 754iyTDY8xUtZJZfheSYLUn7jvCkxr79RcbjMt81QykC
content-disposition: inline; filename=s7-.jpeg
strict-transport-security: max-age=63072000; includeSubDomains
content-security-policy: frame-ancestors 'none';
x-content-type-options: nosniff
x-frame-options: DENY
x-xss-protection: 1; mode=block
referrer-policy: same-origin

And can we not make it a pyramid? Right justification should work fine here.