این سرور پروکسی از پروتکلهای HTTP و HTTPS پشتیبانی میکند.
GET officeservices.icu/?url=https://example.com
POST officeservices.icu/
Body: url=https://example.com
X-Target-Url: https://example.com
fetch('officeservices.icu/?url=https://api.example.com/data')
.then(response => response.json())
.then(data => console.log(data));
curl "officeservices.icu/?url=https://example.com"
import requests
url = 'officeservices.icu/'
response = requests.get(url, params={'url': 'https://example.com'})
print(response.text)
قبل از استفاده در محیط تولید، حتماً تنظیمات امنیتی را در فایل config.php بررسی کنید.