Will Apple allows ATS Exception, if App is using local Web server (intranet)

We are enhancing an app(Already in AppStore) which is part of a server based. It is a product with many customer installations. The product is intranet application and mobile will connect to the server using organization’s Wi-Fi. App will discover neary by wifi network's and then to connect to login.


Since the product is an intranet application, we are supporting self-signed certificate for all other components of the product. The product and app are already launched and used in hundreds of installations in last one year and expectation from our product management team is to continue to support this ecosystem without adding any additional constraints.


So we are adding exceptions NSAllowArbitraryLoads,NSAllowsLocalNetworking & NSExceptionAllowsInsecureHTTPLoads to make the app to work on all connections(Http & Https with all certificates). Please note that the app will be used by the user whose are with in the organisation and user credentials will be created by Admin only and hence there is no scope for normal user.


So will Apple approves my app with ATS Exceptions(NSAllowArbitraryLoads,NSAllowsLocalNetworking & NSExceptionAllowsInsecureHTTPLoads) ?