cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Receiver URL

Former Member
0 Kudos

Hi,

I am doing a HTTP to HTTP scenario. my requirement is to send a value randomly from HTTP sender CC to the Receiver HTTP CC URL. let me more precise, i want to send a parameter to the target URL

for example the target URL http://localhost:8001/echo.jsp?echo=x, i want to send a value x=10 from the Sender HTTP CC.

Can some help me how can i achieve it.

Thanks

Shaik

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You just need to append the the value to the request string like

reqString = reqstring +"&x=" + 10;

regards

krishna

justin_santhanam
Active Contributor
0 Kudos