cancel
Showing results for 
Search instead for 
Did you mean: 

http apply url parameters

Former Member
0 Kudos

Hi ,

I would like to configure the sender CC for an HTTP adapter in order to set the user name and password in the Url .

How this can be implemented ? Do i need to set only sap-user= ... and sap-password= ...

in apply url parameters ? These parameters should start from '&' ?

Thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Did you take a look at the sample HTTP client coding. The HTTP client is available in SDN for free download. You dont have to configure Sender HTTP adapter to configure these details. You need to program your HTTP url with the params. Take a look at the sample clieent coding to see how they are passed.