Why doesn't Heroku show my own title?
I have this code:
response.headers["X-ERROR-MESSAGE"] = "A message" render :text => "Some text", :status => 400 On my local machine, I can get the response headers successfully, but when I try this on Heroku, they do not appear. What could be the problem? Is Heroku filtering my header?
Thanks.
+4