Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22899, comment 1


Ignore:
Timestamp:
12/12/2012 10:55:31 PM (12 years ago)
Author:
Otto42
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22899, comment 1

    initial v1  
    33What's happening most often is that there are rules in an .htaccess file that's directly blocking square brackets in requests. If these were properly URL encoded, then they wouldn't be hitting these rules and PHP would still be treating them properly.
    44
    5 You have to encode & as & , and you have to brackets as %5B and %5D to be correct with the spec.
     5You have to encode brackets as %5B and %5D to be correct with the spec.