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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to get all headers

Post Reply
coater
Posts: 210
Joined: Sat Sep 29, 2018 1:51 pm

How to get all headers

Post by coater »

If it's possible to obtain all the headers or information as like that in "network" in devtools. Thank you!
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to get all headers

Post by salvadordf »

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
Post Reply