开发者

How to "tail" raw HTTP requests to web app?

开发者 https://www.devze.com 2023-03-31 02:33 出处:网络
I am new to working with raw HTTP and am trying to work with some relatively low-level libraries for making HTTP requests from a micro-controller. I have written a Sinatra application for the micro-co

I am new to working with raw HTTP and am trying to work with some relatively low-level libraries for making HTTP requests from a micro-controller. I have written a Sinatra application for the micro-controller to POST to. However, I don't know how to "tail" or view the raw HTTP requests coming in to see if I have formatted them correctly. What sorts of things can I do (apps, libraries, commands, ruby or other) in or开发者_StackOverflow社区der to tail/view the raw HTTP request?


If your communication stack allows you to specify a proxy, you can use Fiddler2, an HTTP debugging proxy, to peek at the HTTP requests and responses.

It's free, Windows only. If that doesn't work for you, there are similar options on other platforms. search for HTTP Debugging proxy.

How to "tail" raw HTTP requests to web app?


It's easy to use Wireshark to sniff the traffic; just run it on the server itself or on a third computer connected to the other two by a span port or hub. Wireshark's dissectors can help you ensure your formatting is reasonable.

0

精彩评论

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

关注公众号