Should the rust sdk provide a mechanism to allow devs to specify that redirects should be followed (up to some limit)? For instance, there are various crates that provide this support for hyper clients which seems fairly useful.
I'm not entirely sure at the moment what the other sdks do regarding this behavior but if there is a precedent we should likely follow that if it exists.