rbv_api.sendHttpGet(url) and encoding

Posted by smartsysISV on 02-Nov-2016 08:29

In an Object-script i download a text-file with this command: rbv_api.sendHttpGet(url)

But how can we Control encoding?

The file is changed and I get some rubbish-characters? 

All Replies

Posted by mpiscoso@gmail.com on 16-Nov-2016 21:15

have you tried sendJSONRequest() ? it has a lot more parameters that you can play around with which might get you the results you need.

Hope this helps.

This thread is closed