bko
27
Hi @Anth
You cannot do a POST to call a Spark.fuction() directly from a URL (but you can do a GET to read a Spark.variable()).
If you are using curl, you just pass parameters in the way shown in the Spark doc.
If you are writing your own web page, you can read this tutorial to see how you can do it:
1 Like