-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: capacitor native http interceptor breaking requests #7352
Comments
I'm noticing the same on iOS / Capacitor 5.7.3. Notably, the URLs are formatted the same on Android and aren't causing issues, so I have to assume this is an issue with how the native iOS webView code handles these intercepted requests. |
This issue has been labeled as |
the problem is iOS >= 17.2 not allowing to change the protocol from |
@jcesarmobile (Solved) I want to send a request to Microsoft Graph API. However, the response showed it got the parameter "startDateTime" was 2024-03-24T00:00:00 08:00. This problem only occurs on iOS, and my iOS version is 17.4
--- I have Solved the problem--- (back to commit before 514409a) |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Capacitor Version
Other API Details
Platforms Affected
Current Behavior
Since
5.7.1
the http requests are either missing params or adding extra elements to the URL.The current behaviour is adding
localhost/_capacitor_https_interceptor_
to the url on IOS whenCapacitorHttp
is enabledusing mapbox sdk

using axios

Expected Behavior
Foreign elements shouldn't break the request
Project Reproduction
https://github.com/jongbonga/code-reproduction
Additional Information
No response
The text was updated successfully, but these errors were encountered: