search for: 049d26a05baf3d6048b153c50e29fed3

Displaying 1 result from an estimated 1 matches for "049d26a05baf3d6048b153c50e29fed3".

2005 Dec 22
5
How to access request''s raw_header: HTTP hdr sent by browser
Is that something possible, i''ve been trying to get to the RAW headers sent during a GET request on a page, and couldn''t find where. I''m using webrick. Here are the tries I did to get access to it: class ZController < ApplicationController def info #render :inline => request.inspect #render :inline => raw_header.inspect #render :inline =>