HTTP headers in Rails
by Syed Aslam · 1 min read
Accessing the headers sent by clients in rails spits out both headers along with other environment variables. This adds a bit of inconvenience if you want to process only the external headers.
1 posts in total
by Syed Aslam · 1 min read
Accessing the headers sent by clients in rails spits out both headers along with other environment variables. This adds a bit of inconvenience if you want to process only the external headers.