Even when I try it with something as simple as only returning a string just to test it with this as a flask server:
@app.route('/test', methods=['POST'])
def test():
text = request.form.get("text", "No text received")
return jsonify({"echo": text})
and in clickteam fusion:
-i -F text="hello from Clickteam" Please login to see this link. ip:8000/test
it doesn't do anything. no response, nothing. money wasted?