IInternetProtocol and empty cookies, again
Tue, 09 Oct 2007 09:20:18 -0700
Hi all.
I read a lot of messages about cookies and Asynchronous Pluggable
Protocol but it still doesnt work.
When i wrote "myprotocol://D:/Test/WriteCookies.html" - it's doesn't
see cookies. Maybe i something forgot?
I wrote in the method IInternetProtocol:Start
{
HRESULT hr = S_OK;
ATLTRACE(_T( ...
|
URLOpenPullStream and McAfee Proxy
Tue, 02 Oct 2007 02:45:02 -0000
Hi,
I notice when McAfee Security Center 7.2.147 is installed and in
particular the
McAfee Proxy is running, calls to URLOpenPullStream fail to generate
the
OnDataAvailable callback.
I can see in a packet trace that the proxy is not forwarding the
return http
information. (These calls via URLOpenPullStre ...
|
IInternetProtocol and "text/xml"
Mon, 01 Oct 2007 06:48:30 -0700
I'm having trouble to host XML with an IInternetProtocol
implementation I've been writing.
All other content like HTML and images works great, but sending "text/
xml" makes my InternetExplorer crash on access violations. I've been
debugging my code to see what is the last call that get's through, but
as far a ...
|
PassthruAPP with IE7
Wed, 12 Sep 2007 10:37:15 -0000
Hello,
I'm using Igor Tandetnik's PassthruAPP to track IE events in my DLL
injected into IE7 process with SetWindowsHookEx(). All goes well until
a new tab opens. After that the tracking dies in all tabs. An obvious
workaround is to reopen APP with UnregisterNameSpace()/
RegisterNameSpace() on each new tab is ...
|
URLDownloadToCacheFile https failure
Tue, 4 Sep 2007 23:32:01 -0700
I'm having a problem with my ActiveX control when trying to download a file
from a
https tomcat server.
The function URLDownloadToCacheFile returns -2146697208 (0x800c0008).
Any ideas?
Thanks,
- Ralf
...
|
Url download problems
Fri, 24 Aug 2007 07:34:01 -0700
I had to reinstall internet explorer as my pc crashed loosing every file etc
right from the beginning.
Now i am trying to download limewire or morpheus free music download site
and it wont let me!
The help browser says that Sum of the url's have been deleted please help me
get them back. I am new to the pc ...
|
BindToStorage sets IStream pointer to NULL when working in async mode
Wed, 22 Aug 2007 13:51:06 -0000
Hi there,
I'm trying to asynchronously get a resource using URL Monikers; I
can't use WinInet functions as I need to access other protocols than
http and ftp.
What i've done so far is:
1. Implementented IBindStatusCallback as follow:
class CBSCallback :
public IBindStatusCallback
{
...
STDMETHOD(G ...
|
|
|
Preventing Redirect with URL Moniker
Tue, 21 Aug 2007 13:58:18 -0000
Greetings,
Does anyone happen to know of a method to prevent redirects from going
through? I do not want to allow the redirect to happen automatically.
Aborting the page seems to display a navigation error when using
Abort. This presents a problem, as I do want the actual page of data
returned from the server ...
|
how to set cookie 2
Thu, 16 Aug 2007 14:16:26 -0700
I've been looking into how to 'fake' cookies with an IInternetProtocol
implementation, but have not been able to pass the value to reflect in
"document.cookie" to client-side scripting.
I guess there's not just one of the BINDSTATUS values you need to
report with the data. So I checked what interfaces are requ ...
|
IBindstatus::Abort() and OnStopBinding
14 Mar 2007 06:00:07 -0700
Hi,
I am trying to implemented a custom download manager. So far I have
got this:
IDownloadManager::Download() creates a modeless dialog, creates a
IBindStatusCallback object, registers this BSCB object with IMoniker
and calls BindToStorage() function.
Everyting is working fine, but I cannot abort the Down ...
|