How do I send a header response on a web service spring? -


i want on header response string , want use token in order validate login on application.

this code:

httpheaders headers = new httpheaders(); headers.add("token","124"); 

when consume web service there no field token on header response.


Comments