Code Monkey home page Code Monkey logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Maybe Omaha does not like file://.

Original comment by [email protected] on 3 Jun 2010 at 5:51

from omaha.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Looks that's the issue. Actually Omaha doesn't use the proxy script URI 
directly but 
passes it to function WinHttpGetProxyForUrl. WinHttpGetProxyForUrl then calls 
WinHttpSendRequest to get the script file. Unfortunately WinHttpSendRequest 
can't 
handle scheme file:// and fails with 12006 (ERROR_WINHTTP_UNRECOGNIZED_SCHEME) 
whiche 
translates to HRESULT 0x80072ee6. Directly specifying c:\proxy.pac doesn't work 
either. 
The fix maybe to use InternetGetProxyInfo() from wininet. End user can also 
move the 
wpad.dat file to a http server to workaround the issue.

Original comment by [email protected] on 3 Jun 2010 at 7:22

from omaha.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
I only copied the first user report. More user reports can be found in the 
original 
Chromium bug at http://crbug.com/42615.

Original comment by [email protected] on 3 Jun 2010 at 7:26

from omaha.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
In the following thread, someone from Microsoft confirms that WinHttp does not 
support 
local files and that WinINET does. He also suggests a solution at the end of 
the 
thread.

https://groups.google.com/group/microsoft.public.winhttp/browse_thread/thread/43
fc7c8c1
7aa4e62?pli=1

Original comment by [email protected] on 3 Jun 2010 at 7:33

from omaha.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Omaha3 has been released, and adds support for local .PAC files.

Original comment by [email protected] on 19 Aug 2011 at 7:40

  • Changed state: Fixed

from omaha.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.