nativescript-community / https

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

get raw data from error response (iOS) #17

Closed dgma7 closed 6 years ago

dgma7 commented 7 years ago

Hi guys, I'm using this plugin to connect my app with a Rest API, and when I get an error, my API returns what's wrong on failure response but on iOS, I can't get raw data only I get a general error description like error 500 and I need to know specifically whats happen, How can I do this on this plugin?