Add Content-Type
header to your request in angular:
$http.post('http://localhost:8888/getsolution/', parameters, { headers: {'Content-Type': 'application/json' }})
Add Content-Type
header to your request in angular:
$http.post('http://localhost:8888/getsolution/', parameters, { headers: {'Content-Type': 'application/json' }})