HTTP Stack, & Parse(.com) exceptions

We’re revisiting Parse after writing it off earlier in the year, and have come up against a serious stumbling block.

In this case, Parse exceptions, i.e. from bad login attempts, can only ever return “404 error: Othercause” messages.

Their explanation is:

( Parse Platform )

Is this something that can be resolved in Unity easily, or something that will never change for whatever reason (security etc)?

There is a new, more REST-friendly WWW class in the works, but for now, if WWW gets an error, all you can do is get the 404, or whatever.

just out of reach then, but good to know it’s in the works.

Thanks for the heads-up, I’ll keep an eye peeled.