You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
app | 4 years ago | |
bootstrap | 4 years ago | |
database | 4 years ago | |
public | 4 years ago | |
resources/views | 4 years ago | |
routes | 4 years ago | |
storage | 4 years ago | |
tests | 4 years ago | |
.editorconfig | 4 years ago | |
.env.example | 4 years ago | |
.gitignore | 4 years ago | |
artisan | 4 years ago | |
composer.json | 3 years ago | |
composer.lock | 3 years ago | |
phpunit.xml | 4 years ago | |
readme.md | 4 years ago |
readme.md
Lightweight proxy test
A simple Lumen application to test if our proxies are good and not transparent.
Send a POST request to proxytest/
with ip: <proxy_ip>
data to get JSON response:
{
supportsHTTPS: '<if application is installed on HTTPS server>',
supportsPOST: true,
ip: <your IP>
transparent: <if proxy is transparent>,
anonymous: <if proxy is anonymous>
}