I want to send this variable value in python variable to perform different tasks.
var d="string"
I don't want to send variable values through URL. I want to use some like this code.
@app.route("/", methods=['POST'])
def hello1():
d = request.form['n'] #here i take value from name of html element