jquery Programming Glossary: flask
Flask not getting any data from jQuery request data http://stackoverflow.com/questions/11839855/flask-not-getting-any-data-from-jquery-request-data alert xhr.responseText nothing is returned jquery python flask share improve this question interesting as it turns out.. request.data if the data was posted with a mimetype that flask can't handle otherwise its an empty string I think the docs.. be the case you can take a look at the console output the flask generates when you run my tests. Incoming Request Data data..
Flask not getting any data from jQuery request data http://stackoverflow.com/questions/11839855/flask-not-getting-any-data-from-jquery-request-data url 'http 127.0.0.1 5000 ' complete function xhr statusText alert xhr.responseText nothing is returned jquery python flask share improve this question interesting as it turns out you can only use request.data if the data was posted with a.. this question interesting as it turns out you can only use request.data if the data was posted with a mimetype that flask can't handle otherwise its an empty string I think the docs weren't very clear I did some tests and that seems to be the.. docs weren't very clear I did some tests and that seems to be the case you can take a look at the console output the flask generates when you run my tests. Incoming Request Data data Contains the incoming request data as string in case it came..
|