android - Okhttp websocket fails to connect over proxy -


my mobile isp has configured proxy.

this proxy redirects @ point 200 ok. not ws standard expects http status code 101.

when curl same request prints out correct http status code 101 , establishes connection. via okhttp lib fails connect... help?

in okhttp.builder set proxy proxy.no_proxy


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -