Are there any reasons why Heroku might silently reject requests with status code 400? -


I am trying to diagnose a problem from which an embedded device can be used to beat an Node.js web application to an HTTP client. Running on, the empty code is being received with the status code 400.

Problems facing the fact that potentially unsuccessful requests do not appear in the Heroes log, therefore, the web application code 400s

On the other hand, works on issuing a request for a web application from a browser is ok and the request appears in the Heroes log

I am trying to figure out whether The embedded client is actually sending all the requests and I am wondering if there is any reason that Harko can send those 400 files back without those 400 requests back,

Due to a bad device Be implemented was related to HTTP client that issued the request, except to the add host header header went resolve the issue.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -