Re: [SR-Users] Decoding HTTP URLs in event_route[xhttp:request]

2013-09-22 Thread Ovidiu Sas
You can use {s.select,index,separator} to extract the path and the parameters into two different variables. Or here you could create a new url transformation to break it in two: - {url.path} - {url.searchpath} After that, the existing code for param transformation may be reused (by making the se

Re: [SR-Users] Decoding HTTP URLs in event_route[xhttp:request]

2013-09-22 Thread Peter Dunkley
Hello, Does anyone have any ideas about this? If not it's something I want to try and do before the freeze (any suggestions as to how would be appreciated) as it will be a nice finishing touch to the WebSocket/outbound/stun/auth_ephemeral stuff I've worked on over the last couple of releases. Th