Parse-server: http://localhost:1337/parse 403 error?

Created on 14 Mar 2016  路  2Comments  路  Source: parse-community/parse-server

Hi~
I followed a Parse-Server, and completed.
And I tested that it passed a data by POST, GET.
This far no problems.

So, http://localhost:1337/parse URI responsed a 403 error in browser.
Is this expected?

Thanks for your attention.

Most helpful comment

Yes, because your browser doesn't send the X-Parse-Application-Id header which is required to authenticate. And 403 means that the app id that was sent (none) is unauthorized (forbidden).

All 2 comments

Yes, because your browser doesn't send the X-Parse-Application-Id header which is required to authenticate. And 403 means that the app id that was sent (none) is unauthorized (forbidden).

I got it. Thank you~

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nitrag picture nitrag  路  69Comments

oazya500 picture oazya500  路  45Comments

tanmays picture tanmays  路  56Comments

wfilleman picture wfilleman  路  76Comments

hashmapped picture hashmapped  路  88Comments