[Solved] Receiving null Value while using POST method in servlet?
[ad_1] Copy pasted your code in my servlet worked fine Check that you overrided doPost method in the servlet Check that you that your post metod work fine and return value, I use “DHC Rest Client” plugin for chrome. It is very cool tool Try to remove httpCon.connect() line. It is not necessary. From oracle … Read more