Displaying 1 result from an estimated 1 matches for "5d1bb099d2a1ba28f06a0bd60e091e3d".
2007 Dec 03
1
Originating Client Request
...5.0 (Macintosh; U; Intel Mac OS X; en-us)
AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10
Accept: text/xml,application/xml,application/xhtml+xml,text/
html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us
Accept-Encoding: gzip, deflate
Cookie: _dk_session_id=5d1bb099d2a1ba28f06a0bd60e091e3d
Connection: keep-alive
Host: localhost:8000
...this represents the correct raw originating headers...
When I try implementing the same thing using a Mongrel handler...
class ClientHandler < Mongrel::HttpHandler
def process(request, response)
response.start(200) do |head, out|...