FILE.WMV (online) ends up as FILE.WMV@SessionIDblarblar
- User Forums
- Offline Explorer Pro
- FILE.WMV (online) ends up as FILE.WMV@SessionIDblarblar
Author | Message | |
---|---|---|
Nigel | 04/10/2009 09:10 am | |
with offline explorer when mirroring an authenticated website it is successful. however the WMV files all end up appended with the @sessionid=dc0b16fe3a8bd503b9a9fe8e4cda5a9ec5b2dd3b
ie: FILE.WMV = FILE.wmv@sessionid=dc0b16fe3a8bd503b9a9fe8e4cda5a9ec5b2dd3b i can obviously rename them all to remove @session... but can OE do this automagicly? Thanks Nigel |
||
Oleg Chernavin | 04/10/2009 10:40 am | |
True. I made an improvement to remove this. Please replace oe.exe file with this one and see how it works:
http://www.metaproducts.com/download/betas/OEP2989.ZIP Thank you! Best regards, Oleg Chernavin MP Staff |
||
Nigel | 04/10/2009 11:54 am | |
that works great .wmv (online) = .wmv (offline)
is it possible to do this for .php pages also? or would the url re-write work for this? ie http://*?sessionid=* ?sessionid=* Nigel |
||
Oleg Chernavin | 04/10/2009 01:05 pm | |
It works for all kinds of files now. URL Substitutes may also do this job, but it is harder to make the good rules set, because if there is only ?sessionid= parameter, then ? should be removed. But if there are other parameters, like ?sessionid=aa&param=bb then it should become ?param=bb
Oleg. |