begin mi <[EMAIL PROTECTED]> wrote: > > How can i tell a browser to not use wwwoffle as proxy when downloading > pdf's, so that i'll see the download size to decide if it's worth the > time ... ? Is there any 'mapping' possibility from wwwoffle to pass the > request back to the browser ?
If you cas use wwwoffle.pac to do this. Make a if-statement and return "DIRECT" (as string) if the url ends with '.pdf'. Joerg. end. -- Real programmers don't comment their code. It was hard to write, it should be hard to understand.
