# request.env["REQUEST_URI"]
It return request url only without parameter.
http://www.google.com
# request.env["HTTP_REFERER"]
It return url with parameter.
http://www.google.com?q=text
It return request url only without parameter.
http://www.google.com
# request.env["HTTP_REFERER"]
It return url with parameter.
http://www.google.com?q=text
No comments:
Post a Comment