yllaw
Posts: 0
Joined: Fri Apr 27, 2012 7:44 am

Request header field X-Parse-Master-Key is not allowed by Access-Control-Allow-Headers.

Hi sir Max, I been creating Push Notifications through parse as my backend, I tried to create some of the samples of parse to add/install channel/s and applied it in tiggzi, when i test connection in REST service it create no errors but when i try to run it or Test and click the button that I invoked the REST service I getting this error
"Request header field X-Parse-Master-Key is not allowed by Access-Control-Allow-Headers." pls help. thanks

Image

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Request header field X-Parse-Master-Key is not allowed by Access-Control-Allow-Headers.

It looks like a cross-domain service invocation issue. See if enabling Tiggzi Proxy will help. I emailed my contact at Parse about this.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Request header field X-Parse-Master-Key is not allowed by Access-Control-Allow-Headers.

Got the answer. Parse doesn't support using the Master key from JavaScript for security reasons. They expect you to use it only from a secure environment.

Return to “Issues”