79097356

Date: 2024-10-17 09:20:49
Score: 3
Natty:
Report link

I came here from node.js and it doesn't work for me. Here is the way of fixing it in node.js

 const encodedFileName = encodeURIComponent(fileName)
 reply.header('Content-Disposition', `attachment; filename*=UTF-8''${encodedFileName}`)
Reasons:
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: sefakpsz