FullProxy | reverse connection based , SOCKS5 , HTTP and PortForward | Proxy library
kandi X-RAY | FullProxy Summary
kandi X-RAY | FullProxy Summary
FullProxy is a Bind and Reverse Connection based HTTP, SOCKS5 and PortForward portable proxy.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- NewHTTP returns a new HTTP server
- configAuthMethod returns an implementation of the authentication method .
- Open a pipe
- configTranslateSocks5 is similar to configTranslateSocks5 .
- configHTTP configures and returns a new instance of HTTP filter .
- configSocks5 returns the SOCKS5 filter and proxy protocol .
- configPortForward configures libp2p2 proxy .
- clean cleans host and port .
- LoadUsers loads json from file
- configInboundFilter returns an INbound IO filter based on the whitelist
FullProxy Key Features
FullProxy Examples and Code Snippets
user@linux:~$ fullproxy bind tcp 127.0.0.1:9050 socks5 --help
Usage of socks5:
-auth-cmd string
shell command to pass the hex encoded username and password, exit code 0 means login success
-inbound-blacklist string
plain text fil
user@linux:~$ fullproxy http -help
Usage of http:
-auth-cmd string
shell command to pass the hex encoded username and password, exit code 0 means login success
-inbound-blacklist string
plain text file list with all the HOST that
user@linux:~$ fullproxy bind tcp 127.0.0.1:9050 port-forward --help
Usage of port-forward:
-inbound-blacklist string
plain text file list with all the HOST that are forbidden to connect to the proxy
-inbound-whitelist string
plai
Community Discussions
Trending Discussions on FullProxy
QUESTION
iam trying to get response from REST api behind proxy.
When testing manually with browser (chrome, IE), i can get the results from GET request when proxy is configured in the browser.
But when iam tryin to do the same in nodejs with npm package request-promise (inside protractor + jasmine test) iam getting error: Error: tunneling socket could not be established: statusCode407
here is my code for the test (tried two approaches):
...ANSWER
Answered 2018-Sep-25 at 22:35import rp from 'request-promise';
const url = `https://environment/getId`;
const proxiedRequest = rp.defaults({ proxy: 'http://USER:PASSWORD@myProxy:8080' });
this.response = await proxiedRequest.get(url);
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install FullProxy
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page