Hi there,
I am trying to access the XML data of the export url from my .Net Application and keep getting 401 not authorized error.
How can I enter my login and password in the url using:
https://blah.mycompany.com/webservices/export.php?login_mode=url&format=xml&expression=SELECT%20Organization
I think I need to use the url logon mode but how can i hard code my password and username in the url?
Many thanks
Did you try: &auth_user=username&auth_pwd=password ?
Log in to post a comment.
Hi there,
I am trying to access the XML data of the export url from my .Net Application and keep getting 401 not authorized error.
How can I enter my login and password in the url using:
https://blah.mycompany.com/webservices/export.php?login_mode=url&format=xml&expression=SELECT%20Organization
I think I need to use the url logon mode but how can i hard code my password and username in the url?
Many thanks
Did you try: &auth_user=username&auth_pwd=password ?