Thanks Quinn, for the response.
Unfortunately, this iOS app is the client for an enterprise application and the enterprise application in tightly bound to this IP. Tightly bound in the sense, the application server will always redirect to this loopback address 127.50.100.1 and making changes to the application server to redirect to 127.0.0.1 is something not possible. There are other (desktop) clients that work well with this specific loopback and changing that behavior on the application server will have regression impacts on existing clients.
So we don't see a solution rather than binding the HTTP server to this non-standard localhost address. Would appreciate if there is any other viable solution for this to work, something through Network Extension or different options.
Topic:
Programming Languages
SubTopic:
Swift
Tags: