What steps will reproduce the problem?
1. add config.setRequestHeader("Authorization", "Basic "+hash);
2. where hash is Base64encoded username:password
3. make web service call as usual
What is the expected output? What do you see instead?
Using a packet sniffer (wireshark) I expect to see this in the http post
request as a header. I do not.
I believe the setRequestHeader() function does not work at all - as I have
tried other values with the same outcome
What version of the product are you using? On what operating system?
GAE - wsc-18.jar
Please provide any additional information below.
Need some help with authentication - its undocumented.
Original issue reported on code.google.com by sonic...@gmail.com on 9 Jun 2010 at 1:25
Original issue reported on code.google.com by
sonic...@gmail.com
on 9 Jun 2010 at 1:25