Changes between Initial Version and Version 1 of Ticket #22899, comment 1
- Timestamp:
- 12/12/2012 10:55:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22899, comment 1
initial v1 3 3 What'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. 4 4 5 You have to encode & as & , and you have tobrackets as %5B and %5D to be correct with the spec.5 You have to encode brackets as %5B and %5D to be correct with the spec.