Any request sent to a Rails controller gets an HTTP_
prefixed to it, as that's appended by ActionDispatch::HTTP.Headers
. Is there a way to prevent that (without overriding ActionDispatch::HTTP
, so that I can use my custom headers, as is and use those as keys for headers.@env
?
问问题
1793 次