Skip to content

Url parameters? #1

@tgdn

Description

@tgdn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions