-
-
Notifications
You must be signed in to change notification settings - Fork 40
Malformed data due to data.classe() return undefined #57 and fix Content-Type issue with utf-8 #60
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
Conversation
data.class() return undefined => use data `instanceof` instead
related with #54
|
@EddyVerbruggen In order to dealing with a Https.request error javax.net.ssl.SSLPeerUnverifiedException: Hostname demo.lunch-digi-pay.lu not verified:
certificate: sha256/i5fW5TLEfJtKsLBatgI2QctF2EPmxuVrGtVGW418CDM=
JS: DN: CN=*.lunch-digi-pay.lu,OU=Domain Control Validated
JS: subjectAltNames: [*.lunch-digi-pay.lu, lunch-digi-pay.lu] |
| "name": "Robert Laverty", | ||
| "email": "roblav96@gmail.com", | ||
| "url": "https://github.com/roblav96" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
Thanks! I'll merge this asap. |
Hi @EddyVerbruggen
I have fixed those issues that I facing on
IOSonly :data instanceof NSArrayinstead of
data.class().nameapplication/json; charset=utf-8body null with Content-type application/json; charset=utf-8 #54