Open gibsonf1 opened 6 years ago
In Caveman2, there seems to be no way to retrieve the http referer from the request. Is there a way to do it?
Thanks!
HTTP headers, including Referer, is stored in request-headers.
Referer
request-headers
ex) (gethash "referer" (request-headers *request*))
(gethash "referer" (request-headers *request*))
Thanks!!
In Caveman2, there seems to be no way to retrieve the http referer from the request. Is there a way to do it?
Thanks!