nativescript-community / https

Secure HTTP client with SSL pinning for Nativescript - iOS/Android
https://nativescript-community.github.io/https/
Other
51 stars 42 forks source link

DELETE not invoking web services #76

Open NachmanRoss opened 3 years ago

NachmanRoss commented 3 years ago

Sending a DELETE message to my REST web services fails. My nativescript 7 app is able to send the DELETE with the 2.1.0 of the nativescript-https plugin but the newest version of this plugin fails. I haven't many any changes to my app client or the web service so the only change is the plugin itself. When I run my web services in debug I see that the function that I'm calling is never invoked. Would you be able to look into this? From my perspective, it should connect to the web services in the same way that it issues a GET in that there shouldn't be a body just a url with parameters. Perhaps you can compare it to the 2.1.0 version and see what the differences are. Thank you.