タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

programmingとproxyと.NETに関するtsupoのブックマーク (1)

  • WebKit .NET / Discussion / Help: Proxy Settings

    I currently have a browser project which will allows users to select a proxy server. However, when I tried changing my proxy settings via Internet Explorer(Registry), it doesn't seem to recognize the new settings. My other browsers seem to acknowledge the proxy, even safari. I ran into the same problems yesterday on windows xp clients. my solution was to set an environment variable HTTP_proxy=http

    tsupo
    tsupo 2011/04/25
    同じ問題ではまっている人がいっぱいいることがわかった。WebKit の API 利用による proxy 設定には未対応 → 環境変数 http_proxy を設定することで proxy の利用はOK。ブラウザ実行中にproxy設定を動的に変更できない問題は残る
  • 1