I\'m facing this problem with Java. I want to get some HTML informations from a URL. This code was working for so long, but suddenly, it stopped working.
When I acce
Change the content-type to "application/x-www-form-urlencoded", i solved the problem.