proxy chaining with payload

While implementing proxy chaining, how do I pass payload from the parent proxy to the target proxy? I'm trying to set a context variables in javascript in my parent proxy and trying to get that same context variable in a javascript in my child proxy; but I get a null in my child proxy.

Solved Solved
0 2 159
2 ACCEPTED SOLUTIONS

Not applicable

The payload from parent goes to target automatically.

But a context variable is limited to particular proxy only. So, if you want to pass a context variable then send that in header or query param or formparam.

View solution in original post

If you are doing it via Service Callout, then set the PayLoad section with the request you want to send to the target proxy

View solution in original post

2 REPLIES 2

Not applicable

The payload from parent goes to target automatically.

But a context variable is limited to particular proxy only. So, if you want to pass a context variable then send that in header or query param or formparam.

If you are doing it via Service Callout, then set the PayLoad section with the request you want to send to the target proxy