How to pass an argument with POST using HttpUrlConnection
问题 EDIT: I figure out that wrapping the OutputStreamWriter in a BufferedWriter was causing the problem, so got rid of the wrapper and my POST goes through. Still wondering why the BufferedWriter was the cause. I apologize in advance, as I am just beginning to teach myself all about databases, communication between an app and a server/database, and php. Other similar questions asked have not provided an answer. I am having some trouble discerning what I'm missing when it comes to making a simple