tData is just a JSON with an email address: {"email":"123@abc.com"}
tHeader is "Content-type: application/json"
tURL is
Code: Select all
https://somesecretcodehere.twidget.io/auth/forgot-password
Code: Select all
put tsNetCustomUploadSync(tURL,"POST", tHeader, tData, rOutH, rRes, rBytes, pSett) into tResult
Code: Select all
tsneterr: (28) Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds
Any suggestions?