Leeoniya
03-02-2008, 10:26 AM
i am making a webapp where i need to redirect the user to an FTP so they can upload files more easily than through HTTP upload. the user first needs to log into the webapp before any functionality is exposed, so the ftp redirection can pull the current user's FTP credentials from the backend DB.
the problem is that i will need to pass the ftp://user:pass@myftp.com in the url for the browser to log into the ftp server. i dont want the user to easily "save password"
are there headers i can send that would disable the "remember password" prompt?
thanks,
Leon
the problem is that i will need to pass the ftp://user:pass@myftp.com in the url for the browser to log into the ftp server. i dont want the user to easily "save password"
are there headers i can send that would disable the "remember password" prompt?
thanks,
Leon