Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 757

Internet • Re: Delete URL with data (and Patch)

$
0
0
The command I've been trying to play with is tsNetCustomUploadSync

CODE:

 put "APIkey: " & pAPIkey & cr into tHeader put "Content-Type: application/json" after tHeader set the httpHeaders to tHeaderput tsNetCustomUploadSync(tTableURL, "DELETE", tHeader, tJSON, rOutHeaders, rResult, rBytes) into tResult
I end up with {"statusCode":403,"message":"Not Allowed"}

Statistics: Posted by pink — Sun Jun 16, 2024 12:59 pm



Viewing all articles
Browse latest Browse all 757

Trending Articles