hello,
i’ve installed the tamino XML-server on a win2k platform and a apache webserver running. i’ve created a database/collection (authentication=webserver) and wrote an application to connect via XML: DB API. all works fine until i enable the apache basic authentication within the apache-httpd.txt
<Location /tamino>
SetHandler ino
AuthName “Tamino”
AuthType Basic
AuthUserFile “/Programme/Apache Group/Apache2/users/.htpasswd”
require valid-user
from there the XML: DB getCollection(url, user, pw)-method cannot find my database but before it does. ok i know, that without enabling the webserver-auth a ‘blank’ username and password were transferred.
now, what is to do? change the tamino-auth from webserver to tamino? and what are the next steps e.g. to authenticate a user named testuser with password testpw?
please help me out!
greetings
Thomas
#webMethods#API-Management#Tamino