Hello,
I bumped onto this usefull looking "tool".
I am in this situation.
We have a sharepoint server operating on port 55555
There we have a plain link pointing to another server holding our custom intranet applications running on the apache/php/mysql combo.
What I need is a way to get the username from the sharepoint server to bypass an extra login.
so it's
a:55555 > b > fetch from a:55555 user data
I tried with
webURL: "http://a:55555"
as extra parameter but that doesn't seem to return anything at all when putting
Anyone having an idea how to get this working?
I bumped onto this usefull looking "tool".
I am in this situation.
We have a sharepoint server operating on port 55555
There we have a plain link pointing to another server holding our custom intranet applications running on the apache/php/mysql combo.
What I need is a way to get the username from the sharepoint server to bypass an extra login.
so it's
a:55555 > b > fetch from a:55555 user data
I tried with
webURL: "http://a:55555"
as extra parameter but that doesn't seem to return anything at all when putting
alert(curUserId);
alert(curUserName);
alert(curFullUserName);
at the end of the routine.Anyone having an idea how to get this working?