关于IE BHO的程序中BeforeNavigate中读取Headers的问题(100分)

  • 主题发起人 主题发起人 flfqzrj
  • 开始时间 开始时间
F

flfqzrj

Unregistered / Unconfirmed
GUEST, unregistred user!
本人写一个IE的BHO程序,我想问一下,在
procedure DoBeforeNavigate2(const pDisp: IDispatch; var URL,
Flags, TargetFrameName, PostData, Headers: OleVariant; var Cancel: WordBool);

我知道 URL可以直接当作 STRING类型操作
现在想问一下HEADERS怎么读取?
 
有人有相关经验否?
 
Headers
Value that specifies the additional HTTP headers to send to the server (HTTPURLs only). The headers can specify such things as the action required of the server, the type of data being passed to the server, or a status code.

这是微软对 BeforeNavigate2 中的Headers的说明
 

Similar threads

S
回复
0
查看
896
SUNSTONE的Delphi笔记
S
S
回复
0
查看
873
SUNSTONE的Delphi笔记
S
后退
顶部