In B4i version of the app I am geting
whenever I am passing in URL empty spaces....
I need to pass empty spaces in URL because I am calling external api service and AFAIK it needs to be done by GET (to this service).
in this case I am passing for example
"Jungmannovo náměstí, Praha, Česko"
replace spaces to "%20" didnt help
found this:
https://www.b4x.com/android/forum/threads/httpjob-error-solved.101700/#content
and this:
And I have checked and I have 2.81 ...
What are my options now ? : ))
In B4A the exactly same code works without any problems.
B4X:
ResponseError: unsupported URL, status code: 0
whenever I am passing in URL empty spaces....
I need to pass empty spaces in URL because I am calling external api service and AFAIK it needs to be done by GET (to this service).
in this case I am passing for example
"Jungmannovo náměstí, Praha, Česko"
replace spaces to "%20" didnt help
found this:
https://www.b4x.com/android/forum/threads/httpjob-error-solved.101700/#content
and this:
Issue is fixed with iHttpUtils2 v2.81: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.48179/#post-639294
And I have checked and I have 2.81 ...
What are my options now ? : ))
In B4A the exactly same code works without any problems.