You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there functionality to validate an application id passed in through request headers? How are invalid Application IDs handled ? ie if someone submits a string that passes basic regex testing for an App ID, but that App ID doesn't actually point to a registered app, will the server throw an error? Or is validating application IDs out of the scope of this server ?
The text was updated successfully, but these errors were encountered:
It is taken from the header and must be a valid configured app. You can see this in middlewares.js. Behavior should be the same as API.parse.com in regards to sending an invalid id.
Is there functionality to validate an application id passed in through request headers? How are invalid Application IDs handled ? ie if someone submits a string that passes basic regex testing for an App ID, but that App ID doesn't actually point to a registered app, will the server throw an error? Or is validating application IDs out of the scope of this server ?
The text was updated successfully, but these errors were encountered: