-
Notifications
You must be signed in to change notification settings - Fork 851
Open
Labels
Description
Have you checked our README?
- I have checked the README
Have you followed our Troubleshooting?
- I have followed your Troubleshooting
Is there already an issue for your problem?
- I have checked older issues, open and closed
Have you checked the discussions?
- I have read the Discussions
Have you ACTUALLY checked all these?
YES
Environment
- FlareSolverr version:v3.3.25
- Last working FlareSolverr version: 3.3.4
- Operating system: Windows
- Are you using Docker: yes
- FlareSolverr User-Agent (see log traces or / endpoint): Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
- Are you using a VPN: no
- Are you using a Proxy: no
- Are you using Captcha Solver: no
- If using captcha solver, which one: no
- URL to test this issue: http://ifconfig.me
Description
When i try to use my proxy settings with the current version the proxy settings are just discarded and get my original ip back. In Version 3.3.4 it stilled worked.
docker-compose.yaml:
services:
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:v3.3.4
container_name: flaresolverr
environment:
- LOG_LEVEL=debug
- LOG_HTML=true
- CAPTCHA_SOLVER=none
- TZ=Europe/Berlin
ports:
- "8191:8191"
restart: unless-stopped
Curl command:
curl -X POST 'http://localhost:8191/v1' -H 'Content-Type: application/json' --data-raw '{
"cmd": "request.get",
"url": "https://ifconfig.me/all.json",
"maxTimeout": 60000,
"proxy": {
"url": "http://XXXXXXXXX:XXXX",
"username": "XXXX",
"password": "XXXX"
}
}'
Logged Error Messages
see attachments for docker logs.
Screenshots
TheCrazyLex