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

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -