[wp-trac] [WordPress Trac] #54384: Hashtags not allowed with wp-login.php?redirect_to

WordPress Trac noreply at wordpress.org
Sat Nov 6 18:40:26 UTC 2021


#54384: Hashtags not allowed with wp-login.php?redirect_to
------------------------------------+------------------------------
 Reporter:  artifexmedia            |       Owner:  (none)
     Type:  defect (bug)            |      Status:  new
 Priority:  normal                  |   Milestone:  Awaiting Review
Component:  Login and Registration  |     Version:
 Severity:  normal                  |  Resolution:
 Keywords:  needs-patch             |     Focuses:  accessibility
------------------------------------+------------------------------

Comment (by henry.wright):

 A # character in a URL has special meaning. It precedes the fragment
 component of the URL. If you want to use a # character in a URL and remove
 the special meaning, you should encode it. For example, # becomes %23

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/54384#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list