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.
How to get all headers
How to get all headers
If it's possible to obtain all the headers or information as like that in "network" in devtools. Thank you!
- salvadordf
- Posts: 4620
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How to get all headers
Hi,
See if the NetworkTrackerBrowser or the PostInspectorBrowser demos have what you need.
The MiniBrowser demo copies the request headers in TMiniBrowserFrm.Chromium1BeforeResourceLoad :
https://github.com/salvadordf/CEF4Delphi/blob/b2722c1dfac42c8b757bd1dda130c318a2ed8720/demos/Delphi_VCL/MiniBrowser/uMiniBrowser.pas#L523
See if the NetworkTrackerBrowser or the PostInspectorBrowser demos have what you need.
The MiniBrowser demo copies the request headers in TMiniBrowserFrm.Chromium1BeforeResourceLoad :
https://github.com/salvadordf/CEF4Delphi/blob/b2722c1dfac42c8b757bd1dda130c318a2ed8720/demos/Delphi_VCL/MiniBrowser/uMiniBrowser.pas#L523