-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
You should probably use POST with POST parameters rather than having a URL match your parameters' needs.
So if a user has a form with 20 params he'll have a url such as /1/2/3/4/5/6/7/8 ... ?
Or you could have a URL that is similar to this one and that matches it and it would break your api.
Issue in this file
https://github.com/tonikami/EasyApps/blob/master/server/routes/auth.js#L14
Take a look at: https://stackoverflow.com/questions/5710358/how-to-retrieve-post-query-parameters
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels