R
Ralf Kaiser
Hello,
i am developing a webservice and i have added authentication to that
service.
When i call the methods of the service with the IIS test page no
authentication header is set (thats clear, this page does not provide any
fields to enter these credentials...)
Does anyone know how i can set these authentication data (username,
password) when i call methods from the test page for testing/debugging
purposes? I have already copied the original test page from the .net config
directory to my application directory and use this copy (configured in
web.config). Maybe it is possible to modify this page to send username and
password as headers (i have NO idea how - anyone??)
Thanks in advance,
Ralf
i am developing a webservice and i have added authentication to that
service.
When i call the methods of the service with the IIS test page no
authentication header is set (thats clear, this page does not provide any
fields to enter these credentials...)
Does anyone know how i can set these authentication data (username,
password) when i call methods from the test page for testing/debugging
purposes? I have already copied the original test page from the .net config
directory to my application directory and use this copy (configured in
web.config). Maybe it is possible to modify this page to send username and
password as headers (i have NO idea how - anyone??)
Thanks in advance,
Ralf