When I try using the new Xojo.Net.HTTPSocket I am getting an error that I cannot figure out.
“There is more than one item with this name and it’s not clear which this refers…”
The code:
http1.Send("GET", txtURL.text.trim)
I understand there is another version that also accepts a FolderItem as a third parameter but not sure how this is confusing the compiler since the code clearly uses the two parameter version.