Hello,
I've written a custom protocol handler that is being used in my embedding 
application. Is there a way for the protocol handler to mark it's returned 
content stale or expired so that when the content is accessed via 
nsIWebNavigation::goBack() and goForward() it will always be reloaded?
So my pages always show up in the history correctly, but never get reloaded 
when I use the back/forward mechanisms, instead the cached version is 
displayed. I always want them to be reloaded through my protocol handler. I 
know in http you set the appropriate http response headers, but I don't have 
the equivalent. Any help appreciated. Thanks

Bill
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to