Download files over https Netscape 7.1
843836Nov 3 2003 — edited Jan 27 2004Hi,
I am trying to download files over https , Netscape 6.2 works fine.
However, Netscape 7.0 and later append a .do at the end of the file while trying to download.
Downloading over http also works fine.
I am setting the response header as follows :
response.setHeader("Content-Disposition", "attachment; filename="abc.txt");
Shall appreciate if you could provide any clue on how to fix this.
Thanks in advance.