astadtla / csexwb2

Automatically exported from code.google.com/p/csexwb2
0 stars 0 forks source link

Not add header for .swf request #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. subscribe control for adding specified header
cEXWB1.ProtocolHandlerBeginTransaction += new
csExWB.ProtocolHandlerBeginTransactionEventHandler(BeginTransaction);
2. in BeginTransaction
void BeginTransaction(object sender,
csExWB.ProtocolHandlerBeginTransactionEventArgs e)
{
   e.AdditionalHeadersToAdd = "OurAddon:
{6149B384-4CD6-4ab5-BC35-980C00356924}";
}

What are the OS and IE versions?
xp sp3, ie 6, ie 7.

What is the expected output? What do you see instead?
we expect to see this header in all requests from this control, but we see
it everywhere except requests to .swf, .mp4 etc. files

Original issue reported on code.google.com by Loban13V...@gmail.com on 27 Oct 2008 at 3:15