johvargas / sfdc-wsc

Automatically exported from code.google.com/p/sfdc-wsc
0 stars 0 forks source link

ConnectorConfig setRequestHeader does not work #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This does not work on GAE. I will take a look.

Original comment by manoj.ch...@gmail.com on 29 Sep 2010 at 6:35