If you escape the = you may lose the meaning of it in the url depending on how it is escaped. URL Escaping would make it a character and not mean a separator for your GET variables. I don't think = would need escaping either, or at least it hasn't in other languages. If so it is usually with a slash (/ or \ whichever B4A uses...I just started coding in it) You could try isolating it putting it in its own quotes with & concatenating it, or maybe converting/casting the floats to strings and see if that helps. I use that very same string to pull Google Map locations in PHP and C# without converting or escaping anything.