I just use following code to response a 404:Not found.
return Response.status(Status.NOT_FOUND).build();
While the response always with following body. How can i remove them?
Holp anyone can help me? Thank you so much!
I just use following code to response a 404:Not found.
return Response.status(Status.NOT_FOUND).build();
While the response always with following body. How can i remove them?
Holp anyone can help me? Thank you so much!