Page 1 of 1

LoadRequest GET, POST How to view payload

Posted: Mon Apr 29, 2024 4:32 am
by sodlf159
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.

Re: LoadRequest GET, POST How to view payload

Posted: Mon Apr 29, 2024 5:42 am
by sodlf159
https://github.com/salvadordf/CEF4Delphi/blob/dbc4900358d3ac344f38e298c145f44ebb635abb/demos/PostInspectorBrowser/uPostInspectorBrowser.pas#L293

solved