I need to send a URL string. I can take the url+sring and paste it into any browser and I get a page full of JSON data. What can I use in B4A to send that URL= string? I have tried job1.download but that does not work and I have tried using job1.download but get errors of an illegal argument exception, Illegal character in query. However all of the characters are required in the URL. It is a very long string which I have on one line incase that is an issue.