You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@synapse.apache.org by Yogesh Sagar <yo...@gmail.com> on 2011/12/20 21:10:29 UTC

URI Parameters

Hello,

I have configured synapse to be a proxy service. Basically, the request is
being sent to synapse along with request parameters. What seems to be
happening is synapse is dropping those request query parameters when it
receives the request. For example:

https://localhost:8243/appContext/action?first="A"&second="B"

>From the logs it seems like the query string after the instance is dropped.
Is there a way to forward the request parameters to the destined endpoint?

Any sort of help or pointers to documentation is very much appreciated.

Thanks and Regards,
Yogesh