I am looking all over documentation and different frameworks but it looks like I can't find a way for this.Basically, I need to call the HTTPS route only on a cellular network. I've looked into NWConnection and the Network Framework which can setup requiredInterfaceType = .cellular but I am not sure I can call an https using NWConnection.Is there any option on setting NSURLSession to be routed only through cellular or any way to combine it with NWConnection?Any help would be appreciated.