cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Receiver with URL Parameters

Former Member
0 Kudos

Hi, I need to pass the following parameters when I do an HTTP post

1. Data

2. DataType

3. Protocol

4. Security

5. DataFormat

Here the Data will have the payload to be sent to HTTP receiver. Can anybody tell me, how I can pass the payload using URL Parameter.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

in the HTTP reciever CC

from the help...

- If you want to use URL parameters, select Apply URL Parameters and enter the parameters in the fields Parameter 1 to Parameter 6.

The parameters are included in the HTTP request under the names specified here.

The technical names of the fields are URLParamOne, u2026, URLParamSix

Also check this blog

Edited by: Anand on Oct 15, 2008 8:40 PM

Answers (0)