When I var_dump($_SERVER). This list is not showing HTTP_REFERER. This is set by the user agent. Not all user agents will set this. I think this is the reason.
Mar 17, 2016
3
Level 2
How can we use HTTP_REFERER in laravel?
I tried $request->server('HTTP_REFERER'); in my app but getting result is null why? I am using laravel 5.2.
Level 2
Please or to participate in this conversation.