0
Q:

get arguments from url flask

from flask import request

@app.route(...)
def login():
    username = request.args.get('username')
    password = request.args.get('password')
3

New to Communities?

Join the community