Welcome to Smart Home Forum by FIBARO
Dear Guest,
as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.
As a member you can:
- Start new topics and reply to others
- Follow topics and users to get email updates
- Get your own profile page and make new friends
- Send personal messages
- ... and learn a lot about our system!
Regards,
Smart Home Forum by FIBARO Team

Question
Neo Andersson 230
Hi,
We are developing a QuickApp that communicates with an external REST API server. We have encountered a limitation with the
net.HTTPClient()implementation that we would like to report and ask for clarification on.The problem: When an HTTP request returns a non-2xx status code (e.g. 400 Bad Request), the
successcallback is triggered correctly with the status code, butresp.datais always empty, even when the server sends a response body with error details.Please login or register to see this code.
What the server sends back (confirmed via Postman and other HTTP clients):
Please login or register to see this code.
What we receive in the QuickApp:
resp.status= 400 ✅resp.data= "" ❌ (should contain the error JSON)Questions:
Thank you.
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.