ParseLiveQuery-Android icon indicating copy to clipboard operation
ParseLiveQuery-Android copied to clipboard

java.net.ProtocolException: Expected HTTP 101 response but was '403 Forbidden'

Open bughp opened this issue 7 years ago • 2 comments

  1. git clone https://github.com/parse-community/parse-server-example.git
  2. compile 'com.parse:parse-livequery-android:1.0.4' for Android Studio

bughp avatar Jan 30 '18 14:01 bughp

Hello bughp,

Could you provide more information on your problem. Do you have a 403 when trying to download the library?

Thanks

mmimeault avatar Mar 21 '18 13:03 mmimeault

If you are using parse-server as a proxy with Nginx you must place these lines in nginx config.

proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;

venkataramanab avatar Apr 05 '18 05:04 venkataramanab