Skip to content
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

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

Open
bughp opened this issue Jan 30, 2018 · 2 comments

Comments

@bughp
Copy link

bughp commented Jan 30, 2018

  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
@mmimeault
Copy link
Contributor

Hello bughp,

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

Thanks

@venkataramanab
Copy link

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants