shanealynn / async_flask

Test of asynchronous flask communication with web page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get incoming request

Elappnano opened this issue · comments

hello
how to get incoming request in replace of random number. I use number= request.values.get('test') but the host shows nothing.

Is this on the frontend? You'll need to look at the application.js to catch the numbers there:

image