Preserve Request URL string (file path) in Load balancing/ Fail over endpoint -----------------------------------------------------------------------------
Key: SYNAPSE-567 URL: https://issues.apache.org/jira/browse/SYNAPSE-567 Project: Synapse Issue Type: Bug Environment: any Reporter: Srinath Perera When I specify a load balancing (or Failover) endpoint, we should be able to ask Synapse to replace only IP and the port? Basically, the service has many different requests, and we want Synapse to preserve the request URL of the incoming message. One way to do this is to define some parameters and let users use those in the endpoint address. For instance, say parameter is called INCOMING_URL_PATH, then users can define endpoints like. <endpoint> <address uri="https://localhost:8852/$INCOMING_URL_PATH"> </address> </endpoint> This is very useful when supporting HTTP and REST requests as they have dynamic URLs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org