M
Matt Baker
Guest
You have a few unnecessary lines in your code example. this line isn't doing anything since you don't use the result further down: oClient = ClientBuilder:Build():KeepCookies():Client. /*CookiesJarBuilder:Build():CookieJar*/ and this line isn't doing anything either because you immediately overwrite it on the next line: oResponse = ResponseBuilder:Build():Response.
Continue reading...
Continue reading...