In webview getting"couldn't connect to the server" error only on iOS 17 devices.

I am facing an issue while accessing a local web server within my Xamarin iOS application using the EmbedIO library. The web server serves static files, and it works perfectly on older iOS versions and in the iOS 17 simulator. However, when the code runs on an actual iOS 17 device (iPad 6th gen, running iPadOS 17.0.2), in web view it shows nothing.

DidFailProvisionalNavigation throws an error that it could not connect to the serrver

In webview getting"couldn't connect to the server" error only on iOS 17 devices.
 
 
Q