Hi all,<br>Sorry I&#39;m not very knowledgeable on everything that&#39;s network related, therefore I apologize if my question is stupid.<br>We&#39;re trying to implement a webservice that queries our system for which users need identification. We would like to be able to send both the user&#39;s open id url along with the password. There doesn&#39;t seem to be any such mechanism in open id&#39;s specifications. Now even to a newby like me it seems pretty unsafe to transfer a password in a get/post, but maybe someone came up with a more secured way of doing such a thing?<br>
Basically we&#39;d like to achieve something that more or less looks like <a href="http://www.myserver.com/myservice?action=myaction&amp;user=myuser&amp;password=mypassword">www.myserver.com/myservice?action=myaction&amp;user=myuser&amp;password=mypassword</a>, and that would return the result of myaction based on the credentials of myuser (identified by mypassword).<br>
I tried to search around on various forums but couldn&#39;t really find anyone with the same problem, it seems most people use open id with a web interface, not so much from webservice calls like that. Obviously we&#39;d like to avoid this call to redirect users to a login page, since most of our users will use it programmatically.<br>
Thanks a lot and again sorry if that makes no sense,<br>Anthony<br>