我正在尝试使用HttpGet Url发送Cookie。从我的服务(由 HttpGet 调用)接收,用于身份验证。我用 Url 发送它,但每次都会收到错误消息。
比如:“用户必须经过身份验证”。
我收到以下错误。
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...
带有错误消息 的演示的屏幕截图。
任何人都有解决此问题的想法...