Hi,
If tried to set a response HTTP headers like
response.headres[“X-SESSION_ID”] = id
but I see that rails convert it to X-Session_id
probably it’s a convention to RFC. but is there any way to change this ?
because im working on a legacy app
thank you