After Sept 15th when undocumented base URI's will not work (which I'm told includes using the direct shard), should we expect to ever see a 302 response with a location field? We have some logic in our scripts that look for a 302 response, and if found parse the shard from the location field, then make additional calls using the shard.
I want to verify if we need to remove that logic or if it's safe to leave that logic.