Jeff Lewis
Aug 24, 2017 · 1 min read

Glad I could help! Another thing to look into are HTTP libraries such as OK HTTP. I had a project a while back where I couldn’t use such libraries, which is when/why I wrote this article. However, if you are able to use them, they can simplify your code quite a bit. Most Android apps I work on use OK HTTP for making requests.

Either way, I am glad you figured out how to do “application/x-www-form-urlencoded” and thank you for posting your solution!

)