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.
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
Post a Comment