java - WARNING: A response with a 200 (Ok) status should have an entity. Make sure that resource returns one or sets the status to 204 -


in context of servlet container mean:

warning: response 200 (ok) status should have entity. make sure resource "http://localhost:8080/parse/custom/usermanagement/hello_method" returns 1 or sets status 204 (no content). 

where can see client (i using postman) response there (e.g. {"hello":"body"})


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -