Closed devartstudio closed 1 year ago
Sounds like you want to get some help over at @capacitor-community/http if you are using that plugin, or @capacitor-plugins if you are using the built in Capacitor plugin. This project is for the Visual Studio Code Ionic extension.
I tried both, same result
I have a problem in Android with CapacitorHttp and with Http from '@capacitor-community/http' .
The data sent to the server is empty, in the console log I can see the data, but the server don't receive any data. With other platforms (browser and ios) it works fine, but not in Android (emulator and device).
Please, any suggestions? This is my ionic info:
Ionic api calls.
server calls log with iOs and browser (correct):
server calls log with Android (NOT correct):
in capacitor.config.ts CapacitorHttp is enabled
thanks for your help