GithubHelp home page GithubHelp logo

send messages behind proxy about whatsapi HOT 1 OPEN

venomous0x avatar venomous0x commented on July 27, 2024
send messages behind proxy

from whatsapi.

Comments (1)

fm4tt0s avatar fm4tt0s commented on July 27, 2024

Running thru the same issue here.

I've tried to use stream_context_set_default globally before any include/call/instantiate - my corp uses a basic bluecoat proxy without authentication

$aContext = array(
   'http' => array(
   'proxy' => 'tcp://proxyhost.corp:3128',
   'request_fulluri' => true,
),
);
stream_context_set_default($aContext);

But it doesnt work, I am getting:

Warning: fsockopen() [function.fsockopen]: unable to connect to c.whatsapp.net:443 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ) in /development/no-app/www/projects/wpgtw/lib/src/whatsprot.class.php on line 377
Fatal error: Maximum execution time of 30 seconds exceeded in /development/no-app/www/projects/wpgtw/lib/src/whatsprot.class.php on line 377

Has anyone got any lucking running the API thru a proxy?

from whatsapi.

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.