Git Product home page Git Product logo

Comments (3)

hmansell avatar hmansell commented on July 26, 2024

The RProvider doesn't make any HTTP requests itself, so does not need to be proxy aware. What you are experiencing is an issue with the example script, which requests stock data via the WebClient.

You can set the proxy on the web client like so:
client.Proxy = new WebProxy("proxy server url here")

However, I don't know of a way of picking up the proxy settings from internet explorer automatically, so you would just need to make a local modification to the script.

from rprovider.

jamessdixon avatar jamessdixon commented on July 26, 2024

Thanks Howard!

On Mon, Nov 18, 2013 at 8:13 PM, Howard Mansell [email protected]:

Closed #60#60
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/60
.

from rprovider.

ovatsus avatar ovatsus commented on July 26, 2024

To pick up the settings from IE, you can use

. WebRequest.DefaultWebProxy.Credentials <- CredentialCache.DefaultNetworkCredentials

I had a similar problem using FSharp.Data at work and that fixed it.

from rprovider.

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.