but when tried with curl its giving me following error
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
Is it possible thereās something about the way you are calling the URL that is causing it to redirect to a 440 page? That is, the page isnāt actually missing, just that youāre not providing the correct login details and, rather than giving a specific message, the failed logon is just sending you to the generic error page?
If āsidā is SESSION id, then I think youāre going to need to use a valid value for that or change the code in the handle_login.tcl file to deal with the curl request.