RapiDoc icon indicating copy to clipboard operation
RapiDoc copied to clipboard

Provide support for encoded (Content-Disposition) header

Open cl-weclapp opened this issue 1 year ago • 0 comments

We're using an encoded Content-Disposition-header as specified in RFC 5987.

Example: Content-Disposition: attachment; filename*=UTF-8''example.pdf

The header is not interpreted correctly and the download of documents fails ("Response Status: Cannot read properties of undefined (reading 'replace') (CORS or Network Issue)"). We're loving rapi-doc and with the support of the encoded headers we would be completely happy :-)

Thanks in advance

cl-weclapp avatar Feb 09 '24 15:02 cl-weclapp