Open a file with a proxy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric

    Open a file with a proxy

    Hello

    can you tell me if it is possible to open a file behind a proxy ?

    Thanks a lot
    Eric
  • Jerry Stuckle

    #2
    Re: Open a file with a proxy

    Eric wrote:
    Hello
    >
    can you tell me if it is possible to open a file behind a proxy ?
    >
    Thanks a lot
    Eric
    Eric,

    Yes, but the proxy must be set up to forward the requests properly.

    But this isn't really a PHP question - it has to do with system
    configuration. You'll get a much better answer asking where the folks
    who work with your proxy hang out.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • Andy Hassall

      #3
      Re: Open a file with a proxy

      On Mon, 09 Jul 2007 13:39:30 +0200, Eric <"boyere.eri c[ANTIVOL]"@laposte.n et>
      wrote:
      >can you tell me if it is possible to open a file behind a proxy ?
      Yes, for certain sorts of proxy. See the "$context" parameter on fopen, and
      the parameters here:



      --
      Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
      http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

      Comment

      Working...