ABE Anonymize action replacing "??" with "?" in URL
Posted: Mon Oct 06, 2014 3:34 am
The ABE Anonymize action is replacing "??" with "?" in a URL, causing HTTP 400 Bad Request errors for requests from sites which load JavaScript and CSS from wp.com, if a rule such as follows is in effect:
Site *
Accept from SELF++
Anonymize
This causes sites such as http://perspectives-project.org/ to render without styling.
Is there a valid reason that "??" is replaced with "?" in the URL? As far as I can tell, this result is not relevant with respect to the stated functionality in the specification ...
Site *
Accept from SELF++
Anonymize
This causes sites such as http://perspectives-project.org/ to render without styling.
Is there a valid reason that "??" is replaced with "?" in the URL? As far as I can tell, this result is not relevant with respect to the stated functionality in the specification ...
Please advise.Anonymize (synonyms are Anon and Logout) – strips Authorization and Cookie headers, turns methods different than GET, HEAD and OPTIONS into GET, remove upload data, then sends the modified request.