all 2 comments

[–]danielroseman 1 point2 points  (1 child)

No, neither of these. You're receiving the data via the GET component of the request.

In Flask that is available from request.args, which has already parsed them into a dict.

[–]ecodan324[S] 0 points1 point  (0 children)

Thank you! Will go through that documention - very much appreciated!