My problem is that with the given code:
from flask import Flask, request
app = Flask(__name__)
@app.route(\"/\")
def hello():
return str(request.values
One more way is that you can use one key and one value that holds multiple values and then in the server you can split and do what ever you want .Hope this Helps somewone
http://localhost/api/products/filters?Manufacturer=Dell|HP|HUAWEI|Lenovo
http://localhost/api/products/filters?Manufacturer=Dell_HP_HUAWEI_Lenovo
http://localhost/api/products/filters?Manufacturer=Dell__HP__HUAWEI__Lenovo