Good day, I wonder if someone could help me with using the "PUT" method on Construct 3 (if possible without using any addon java scripting).
Since the Construct 3 (C3) AJAX documentation, it stated on "POST to URL" that
"...The method can also be specified: by default it is POST, but for some APIs, you may need to change this to PUT, DELETE, or another HTTP method."; and it's hard to find any example of using it.
And I think, I want to learn on using "PUT" (partly it could make some of my projects easier on updating data to server)