I have searched a lot but cannot find any way to hide GET parameters in url which were passed to a redirect in symfony2.
GET parameters cannot be hide.
GET HTTP method does not imply any body in HTTP request so all the parameters must be defined in URI.