Details
-
Type:
Bug
-
Status: Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.3.3
-
Fix Version/s: Unscheduled
-
Component/s: CiviCRM API
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Funding Source:Needs Funding
Description
Correctly handle parameters which contain ampersands in REST requests.
Hi,
I'm assuming it's about url encoding and the params in get?
if you use POST instead of GET, it will/should work
If you url encode the param, should work too
ie. I don't think we do anything magic, just the regular issues with http encoding, am I misunderstanding something?