f***@gmail.com
2009-04-01 08:31:55 UTC
Hi all!
How to add my own MIME-filter and implement it?
(Without APP it was like MIMEflt exmaple)
CComPtr<IInternetSession> s;
s->RegisterMimeFilter(CFilterFactory_obj, CLSID_MyFilter, L"html/
text");
etc;
But it works only for POST-request (html, css), but Javascript in
<script src="..."> requests by GET and MIMEflt-like implement doesn't
work.
How to capture html and javascript in PassthruApp?
In ::Read - all data passes, but how to separate data by content-types
without analysys raw text or binary data (for images, for example)?
Thanks,
Best regards,
Anton.
How to add my own MIME-filter and implement it?
(Without APP it was like MIMEflt exmaple)
CComPtr<IInternetSession> s;
s->RegisterMimeFilter(CFilterFactory_obj, CLSID_MyFilter, L"html/
text");
etc;
But it works only for POST-request (html, css), but Javascript in
<script src="..."> requests by GET and MIMEflt-like implement doesn't
work.
How to capture html and javascript in PassthruApp?
In ::Read - all data passes, but how to separate data by content-types
without analysys raw text or binary data (for images, for example)?
Thanks,
Best regards,
Anton.