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

Post Reply
sodlf159
Posts: 13
Joined: Thu Nov 09, 2023 1:55 pm

LoadRequest GET, POST How to view payload

Post 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.
sodlf159
Posts: 13
Joined: Thu Nov 09, 2023 1:55 pm

Re: LoadRequest GET, POST How to view payload

Post by sodlf159 »

https://github.com/salvadordf/CEF4Delphi/blob/dbc4900358d3ac344f38e298c145f44ebb635abb/demos/PostInspectorBrowser/uPostInspectorBrowser.pas#L293

solved
Post Reply