Closed GoogleCodeExporter closed 9 years ago
Here is the source code of my demo...Are there any errors?
Original comment by yuwenbin...@gmail.com
on 17 Dec 2010 at 2:35
Attachments:
Your code is correct. And the result is also correct.
The missing part (xcap-root) is added in the HTTP host header and this is how
HTTP protocol works. For example, trying to access to
"http://google.com/test/demo" will lead to:
GET /test/demo \r\n
Host: google.com \r\n
\r\n
Could you please send the network trace (wireshark)?
Original comment by boss...@yahoo.fr
on 17 Dec 2010 at 2:51
This is the network trace...
Original comment by yuwenbin...@gmail.com
on 17 Dec 2010 at 3:11
Attachments:
This is the expected result. You can copy/past the full request uri in your
browser and you will have the same result. I don't see want is the problem.
Original comment by boss...@yahoo.fr
on 17 Dec 2010 at 3:16
If I want to capture the network trace of IMSDroid's xcap package, Which port
should I listen?Since I have listened port 7077,but I got nothing...
Original comment by yuwenbin...@gmail.com
on 17 Dec 2010 at 3:22
Original comment by boss...@yahoo.fr
on 24 Dec 2010 at 12:35
Original issue reported on code.google.com by
yuwenbin...@gmail.com
on 16 Dec 2010 at 1:14