I am trying to send Cookie with HttpGet Url. which receive from my service(call by HttpGet), for Authentication. I send it with Url but every time get error message.
like:"User must be Authentificated".
I get following error.
05-15 10:28:17.623: I/System.out(18393): <root>
05-15 10:28:17.623: I/System.out(18393): <status>0</status>
05-15 10:28:17.623: I/System.out(18393): <error>User must be Authentificated</error>
05-15 10:28:17.623: I/System.out(18393): </root>
05-15 10:28:17.623: I/System.out(18393): response =: org.apache.harmony.xml.dom.DocumentImpl@41bff838
05-15 10:28:17.623: I/System.out(18393): sts value =: 0
05-15 10:28:17.623: I/System.out(18393): print customer actived bid api sts values 1 che...
Screenshot of my demo with error message.
Anyone have an Idea to resolve this problem...