caveman icon indicating copy to clipboard operation
caveman copied to clipboard

referer from *request*

Open gibsonf1 opened this issue 6 years ago • 2 comments

In Caveman2, there seems to be no way to retrieve the http referer from the request. Is there a way to do it?

Thanks!

gibsonf1 avatar Apr 22 '18 23:04 gibsonf1

HTTP headers, including Referer, is stored in request-headers.

ex) (gethash "referer" (request-headers *request*))

fukamachi avatar Jun 08 '18 01:06 fukamachi

Thanks!!

gibsonf1 avatar Jul 01 '18 15:07 gibsonf1