Accessing request's raw_header from within a crontroller?

P

philippe langlois

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 => request_line.inspect
#render :inline => req.inspect
#render :inline => meta.inspect
#render :inline => header.inspect
#render :inline => headers.inspect # --> response headers
#render :inline => $:.inspect
#render :inline => $*.inspect
#render :inline => $".inspect
#render :inline => @request.inspect
render :inline => inspect
end
end

In the scope of the controller, I can't find such info. It seems it
could be very useful but it would somewhat be corrupting the neat
dependency on the CGI convention. I don't care too much about this, if
it requires some tweaking of webrick or RoR, it's ok, but I would need
to know what the simplest way.
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,201
Messages
2,571,048
Members
47,650
Latest member
IanTylor5

Latest Threads

Top