简体   繁体   中英

How to see a webservice's raw request

in a standard .NET webservice (lie the basic sample "hello word" one created by VisualStudio), how can I access the raw call coming from a client? Thanks

我试着用Fiddler

Use a proxy in WS client

http://www.pocketsoap.com/tcptrace/

在Firefox上,您可以使用Firebug查看请求和响应,我也喜欢小提琴。

HttpContext.Current.Request包含传入请求的信息。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM