﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28720	Add HttpRequest.get_full_path_info()	Jonas Haag	nobody	"`HttpRequest.get_full_path()` returns the `HttpRequest.path` based full path, including query string. Example: `/posts/12345/?foo=bar`.

We should add a counterpart for `HttpRequest.path_info()` that includes the `SCRIPT_NAME`, if set. Example: `/scriptname/posts/12345/?foo=bar`

Example use case: Adding hreflang meta tags to your `<head>` section. This must include the `SCRIPT_NAME` prefix as well, otherwise invalid URLs are given.

{{{
<link rel=alternative hreflang=en href=""https://yourdomain.com{{ request.get_full_path_info }}"">
}}}

[https://github.com/django/django/pull/9253 PR]"	New feature	closed	HTTP handling	dev	Normal	fixed			Accepted	1	0	0	0	0	0
