My website requires a user to login before downloading files, I wish to add support for download managers such as Orbit and Free Download Manager. I have tried downloading a file using these managers and entering the user name and password inside the managers but they download my login page instead of the file.
My login is typical, built on cakephp and doesnt even have CSRF.
Is there something special I need to do to enable the download managers to successfully login?