You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an API running on IIS with iisnode configured. Everything is working fine exept that when my API sends a 400 status response with a JSON structure the client does not receive the content of the JSON. This only happens when running the API with IISNODE otherwise it works perfectly. At first I was getting a HTML response but I went ahead and added <httpErrors existingResponse="PassThrough" /> to the web.config file and now I'm receiving the JSON/Application response, but the Body/Message is still empty.
How can I send JSON Data with the response in IISNODE?
The text was updated successfully, but these errors were encountered:
Hello.
I have an API running on IIS with iisnode configured. Everything is working fine exept that when my API sends a 400 status response with a JSON structure the client does not receive the content of the JSON. This only happens when running the API with IISNODE otherwise it works perfectly. At first I was getting a HTML response but I went ahead and added
<httpErrors existingResponse="PassThrough" />
to the web.config file and now I'm receiving the JSON/Application response, but the Body/Message is still empty.How can I send JSON Data with the response in IISNODE?
The text was updated successfully, but these errors were encountered: