Javascript – Method 'GET' is not supported
When I make HTTP POST request, I got this message on my screen. How can I solve this problem? I don't use any GET annotation or request. HTPP REQUEST : http://localhost:9000/user/register?username=a&password=1 Console Error Failed to load resource: the server responded…