I use Windows Azure to deploy the node.js application that I wrote, which provides a fairly simple REST CRUD api for clients. It is hosted on the Windows Azure website and uses MongoDB through the Windows Azure Store with mongoose. The requests I make for the service are JSON, and JSON responses (not sure if the questions, among others, spoke of 400 responses to requests with Content-Type of application / json)
At first access for a long time, the application automatically returns 400 Bad Request. As long as I keep the application warm, often pressing it (at least once per minute), I never get it again.
It doesn’t matter when setting up host scaling. I get the same thing at the free level as in the reserved mode.
Has anyone else seen this?
source
share