Changes between Version 1 and Version 2 of Ticket #26886, comment 33
- Timestamp:
- 02/16/2017 10:53:05 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26886, comment 33
v1 v2 5 5 This can cause unexpected issues because it '''inherently''' relies on the fact that the order of the query parameters will be maintained. 6 6 7 When this doesn't happen (e.g. the reverse proxy in front of your application reorders the query parameters) wordpress won't be able to reconstruct the original query parameter7 When this doesn't happen (e.g. the reverse proxy in front of your application reorders the query parameters) wordpress won't be able to reconstruct the original string 8 8 9 9 Imagine you have the string "this,is,just,an,example"