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
Original issue reported on code.google.com by
Loban13V...@gmail.com
on 27 Oct 2008 at 3:15