> As far as I'm aware there's no way in edbrowse to support proxy exceptions,
Chris you've done more curling than the rest of us. Can you specify proxy exceptions within curl? If not, and I'm guessing not, then we have to move the PROXY curl call from my_curl_init() into httpConnect, so it can be done per host. If we had set a proxy on the last http fetch, can we then unset it, or set it to null or "" or some such, so as not to use any proxy on this fetch? Will that work? If yes then I could implement this one without a lot of fuss. I may start by setting up noprox in the config file, the way we have nojs now. That would build the list of exceptions, which is the needed infrastructure. I'll have to think about your 401 request, there's more going on there. Karl Dahlke _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
