Is it safe to pass raw base64 encoded strings via GET parameters?
I don't think that this is safe because e.g. the "=" character is used in raw base 64 and is also used in differentiating the parameters from the values in an HTTP GET.