### Capacitor Version 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 6.1.1 @capacitor/core: 6.1.1 @capacitor/android: 6.1.1 @capacitor/ios: 6.1.1 Installed Dependencies: @capacitor/cli: 6.1.1 @capacitor/android: 6.1.1 @capacitor/core: 6.1.1 @capacitor/ios: 6.1.1 [success] iOS looking great! 👌 [success] Android looking great! 👌 ### Other API Details ```Shell npm 10.7.0 node v20.14.0 pod 1.15.2 ``` ### Platforms Affected - [X] iOS - [ ] Android - [ ] Web ### Current Behavior The current behaviour is adding localhost/_capacitor_https_interceptor_ to the url on IOS when CapacitorHttp is enabled and the request is not sent. ### Expected Behavior The request should be sent to the server ### Project Reproduction https://github.com/jkd2bleu/ReproduceCapacitorHttpBug ### Additional Information We can fix the issue by changing a line on ios/Capacitor/Capacitor/WebViewAssetHandler.swift like mentioned by this comment https://github.com/ionic-team/capacitor/issues/7352#issuecomment-2016830766