-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Test Android Application with own parse server #530
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
Comments
I added network interceptor and this is the log:
|
Do you have any client keys configured in your ParseServer initialization? (rest api key, client key, javascript key, dot net key)... If you have any set, then all request require a valid match.. I would remove all of them and see if that's why you're getting a 403. |
That`s why I get the 403. Thanks! so I there is need to define the keys , its recommended to define all the keys, right? |
It's actually recommended to not set any client keys on the server. They don't add any security since they were public. |
Hi,
I setup parse-server and its working fine with javascript sdk, however I am trying to check it via Android and I dont get any response.
for example this is an output from the console ( android studio )
Any suggestions? why its not working in Android?
The text was updated successfully, but these errors were encountered: