开发者

How to view a full HTTP POST Request with J2ME

开发者 https://www.devze.com 2023-02-25 13:38 出处:网络
I\'m attempting to upload an image to a server using an HTTP Post Request.I\'m running into some problems, and I\'m trying to debug.What\'s the best way in Java (j2me) to view the开发者_StackOverflow社

I'm attempting to upload an image to a server using an HTTP Post Request. I'm running into some problems, and I'm trying to debug. What's the best way in Java (j2me) to view the开发者_StackOverflow社区 full POST request in whole? I've tried using a packet sniffer (wireshark), but I was unable to interpret the data. Here is the code that I am using to generate/send the POST:

http://wiki.forum.nokia.com/index.php/HTTP_Post_multipart_file_upload_in_Java_ME

Thanks!


Try Fiddler.

0

精彩评论

暂无评论...
验证码 换一张
取 消