I am using the API maker "Twidget" I am having one problem with one specific endpoint: "forgot-password"
tData is just a JSON with an email address: {"email":"123@abc.com"}
tHeader is "Content-type: application/json"
tURL isI am using the following:
and I keep getting the error:
I've tried adjusting timeouts through tsNetSetTimeouts but I haven't gotten around it yet.
Any suggestions?
tData is just a JSON with an email address: {"email":"123@abc.com"}
tHeader is "Content-type: application/json"
tURL is
CODE:
https://somesecretcodehere.twidget.io/auth/forgot-password
CODE:
put tsNetCustomUploadSync(tURL,"POST", tHeader, tData, rOutH, rRes, rBytes, pSett) into tResult
CODE:
tsneterr: (28) Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds
Any suggestions?
Statistics: Posted by pink — Mon Feb 17, 2025 11:22 pm