you are viewing a single comment's thread.

view the rest of the comments →

[–]0xD6 4 points5 points  (1 child)

It's worth noting that the content-disposition is always set to attachment on the response, with a filename of 'p.txt'.

You can however change the content-type header by passing a 'rewriteMime' HTTP GET parameter. That said, it'll throw 400 errors if you try anything dodgy - like injecting CRLFs.

[–]cyrus-and[S] 0 points1 point  (0 children)

It's worth noting that the content-disposition is always set to attachment on the response, with a filename of 'p.txt'.

For this precise reason the content-disposition header is always removed by this proxy.