werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. KeyError: 'name_give' https://skylit.tistory.com/316 flask에 POST 요청 시 400 Bad Request 메세지가 나오는 경우 Server OS: Ubuntu 16.04 Flask, Python 3.5.2 Browser: Mozilla Firefox Flask를 써서 웹페이지로부터 GET, POST 등의 요청(request)를 처리하는 코드를 만들었는데, 이상하게 웹페이지에서 form을 이용해서 POST.. skylit...