Pulover / PuloversMacroCreator

Automation Utility - Recorder & Script Generator
http://www.macrocreator.com
Other
1.59k stars 231 forks source link

Problem to send json with httprequest object #222

Open Golem69 opened 2 years ago

Golem69 commented 2 years ago

hello

when i send json in body , that's escape all. exemple

hr.Send("{""url"":""http://www.goggle.com""}") -> received by server in body -> {""url"":""http://www.goggle.com""}

tested in last autohotkey and work fine.