-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Having an issue using login method on local parse server. Managed to reproduce using following values:
URL: http://localhost:1337/parse/1/login
Method: POST
Encoding: JSON-encoded
Payload: {
"_ApplicationId": redacted,
"_JavaScriptKey": redacted,
"_method": "GET",
"password": redacted,
"username": "tulo69"
}
Response is 404 but url is generated from parse node module.
Parse server is running on http://localhost:1337/parse, and responding
BTW: thank you for open sourcing that, you saved my bacon :)
Metadata
Metadata
Assignees
Labels
No labels