
[Developers] When Doing HTTP GET, use Mode 12 !
TL:DR – When opening an HTTP GET connection, use mode = 12. Mode = 4 now does URL encoding of the path when it’s passed in, and will probably not be what you want. While Mode = 4 is also an HTTP GET, it will attempt to resolve filenames and encode them so that they […]
Read more...