Page 1 of 1

usernamea and password in URL

PostPosted:Mon Jun 01, 2009 9:50 am
by rsingal
I want to pass the username, password and document path in the URL itself. I know how to pass document path (using copy URL to clipboard feature) but don\'t know how to pass the user credential in the URL :( .

Any help in this matter is greatly appreciated.

Thanks in Advance.

Re:usernamea and password in URL

PostPosted:Mon Jun 01, 2009 6:30 pm
by jllort
I don\'t know if it\'s possible ?

Try looking on google for \"tomcat authenticate by params\" or similar query, but I don\'t know if authentication form it\'ll read the post params.

Why do you meed it ?

Re:usernamea and password in URL

PostPosted:Tue Jun 02, 2009 11:33 am
by rsingal
My automation script needs to download some document from the OpenKM repository. The script is written in Tcl. For this, I want to pass username and password in the URL itself so that openKM can authenticate the user automatically.