UnityWebRequests on iOS 15.x in progress indefinitely

I’m having an issue with UnityWebRequest on iOS 15.5 (probably other 15.x versions as well) that it seems to be stuck 'inProgress" forever. It seems a lot like this previous problem that was fixed but I’ve tried Unity version 2021.3.x and 2022.1.x and both still have this issue.

I’m not using ARFoundation either, just a plain web request with a timeout set. No return errors…

Any help / clues appreciated.

Btw, I should add that my URI that’s sent to UnityWebRequest is a local file access with URI file://

Could you report a bug with a repro project?
If you use file uri, then it’s unlikely to be related to earlier issue with ARFoundation.