-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Failed: Method Not Allowed #159
Comments
Tor responds with Debug log:
|
So, I looked into it a bit closer. Turns out that Tor's newly built-in HTTP proxy only supports the use of the HTTP CONNECT method (AKA tunneling) but not the use of regular HTTP requests. The previously used proxy provider, Polipo, supported it. Regular HTTP VS Tunneling Illustrated using CurlUsing curl with --proxy (regular HTTP request) fails
… but using tunneling (HTTP CONNECT) works …
AndroidPod ImplementationAntenna pod uses regular HTTP requests. Note the Conenction dump of AntennaPod connecting to Tor's proxy port:
|
Seeing the same issue when proxying Chromium through Orbot. So this is definitely and issue that will grow as were unable to use webview (chromium) proxying together with the new version. This worked fine in 16.0.1-BETA-1. |
We will fix this (ideally by getting Tor's HTTP proxy to add the capability), but... you really should be using Orfox for browsing. |
I use orbot mostly for browsing, but also route my RSS and Podcast feeds through it. |
For sure, it's a legacy thing that we'd like to maintain though. And thank you for fixing it. I'm sure a lot of other projects that uses Orbot will appreciate this. |
It would be good to have a list of popular open-source apps that people like to proxy through Orbot. Then perhaps we can add NetCipher/SOCKS proxying support to them ourselves. |
Hi, I am finding this problem too with ZcashPannel (https://github.com/miguelmarco/ZcashPannel), which is definitely an app intended to be used through orbot (using netcipher). It used to work ok before, but after an orbot update, I am getting this kind of error too. |
I'm seeing this with F-Droid as well,using Orbot 16.0.5-RC-2-tor-0.3.4.9. Tor Browser for Android was working fine at the same time. It works when I revert to Orbot 15.5.1-RC-2-multi-SDK23. Is this related at all? https://trac.torproject.org/projects/tor/ticket/26470 |
On my podcast app (AntennaPod) setting the HTTP proxy to go through Orbot, I get the message "Test failed: Method Not Allowed". I've confirmed by testing with another proxy that the issue is with Orbot.
What else will you need to diagnose this?
The text was updated successfully, but these errors were encountered: