> Not really sure here. But some time a ago i was mucking about with a > network proxy that would intercept connection requests and fetch teh > requested item. When i passed binary files back through it was just a > matter of feeding the data straight through. No problems.
I did a search on google and found a small piece of java code that did something similar. It turned out to be something really simple! I needed to include a "Content-length" header. Works fine now. I'm still thinking about your network byte order point, though. It may be that it's only working because the browser and the server are running on the same host (hence same architecture). I'll have to get someone else to try accessing it once I have things going. Thanks for the reply. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
