How to determine referer in Nitrogen?

112 Views Asked by At

I know about $_SERVER['HTTP_REFERER'] in PHP, and I believe there is something as simple as that in Nitrogen, but I just can't find it in documentation.

1

There are 1 best solutions below

0
On BEST ANSWER

You're looking for wf:header(referer), I think.