Because the slashes are escaped, this is normal as they are a parameter and not part of the path itself.
François > On Apr 23, 2016, at 2:47 PM, Chris Seberino <[email protected]> wrote: > > Why redirects to foo.com/?next=/some/folder show up as > foo.com/?next=%2Fsome%2Ffolder in browser? (i.e. how remove the %2F's? ) > > Is there a function I can call on URLs built in a view to avoid that? > > cs > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/137f689f-306d-4528-82cd-03413b747f2c%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/03FC111A-7422-4A60-A7E3-CC270389E3DA%40gmail.com. For more options, visit https://groups.google.com/d/optout.

