I dump a request from Fiddler and ask if there is a third-party library of C-sharp or Nodejs that can parse http messages. If you can explain the picture data in the second picture, how to bring it up and save it locally.
message is as follows
I dump a request from Fiddler and ask if there is a third-party library of C-sharp or Nodejs that can parse http messages. If you can explain the picture data in the second picture, how to bring it up and save it locally.
message is as follows
you need this anyproxy
< hr >AnyProxy is an open HTTP proxy server.
so your request is actually to save the picture? The http
module and the fs
module are fine.
just use what you said upstairs to save the picture. After confirming that it is a http message, you can parse the intercepted data and save it again. For general message analysis, use this https://github.com/node-pcap/.
Previous: Webpack, why can't the path be displayed to the picture when the picture is packaged successfully?
Next: Nuxt.js uses less-loader to load less styles and finds out why variables cannot be loaded.