When you send a POST request using Chromium1.LoadRequest(TempRequest);, Chromium will automatically load the resources associated with this request.
There are several GET, POST, etc. in the loaded part, but is there a way to view the payload in the desired URL?
I'm not looking at the POST I requested.
I want to see different get,POST payloads with resources loaded.
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
LoadRequest GET, POST How to view payload
Re: LoadRequest GET, POST How to view payload
https://github.com/salvadordf/CEF4Delphi/blob/dbc4900358d3ac344f38e298c145f44ebb635abb/demos/PostInspectorBrowser/uPostInspectorBrowser.pas#L293
solved
solved