fadeoutsoftware / WASDI

Web Advanced Space Developers Interface
http://www.wasdi.net
GNU General Public License v3.0
13 stars 5 forks source link

Evaluate migration of methods that relies on GET / URL encode of params #744

Open mmenapace opened 5 months ago

mmenapace commented 5 months ago

Some methods like set payload relies on an URL encoded parameter. If this is not clear to developer it can became a silent pitfall: no error is generated but the payload is not in place at the end of the proccesor run. Keep the legacy method to avoid problem on legacy apps