On 03/03/2015 12:40 PM, Jayanth Acharya wrote:
BTW, Daniel - one point in your reply to Alex caught my attention "I don't allow client EPs to do redirects"... perhaps this is very simply, but how is this prohibited ?
This is something that is baked into the logic of your routing, i.e. don't arm[1] the redirect-following failure_route when routing requests to a destination other than your trusted redirect server.
-- Alex
[1] t_on_failure("YOUR_FR_ROUTE");