Symfony REST submit Post without form?
问题 Do I need to use a form (formbuilder) to submit POST Data to symfony? For example login by xml or something like that? I'm confused as there are people telling me I have to, and on the other hand there an some who tell me that I don't need to because I use it as a REST api??? It would be great if we can go through the possibilities I have with REST and CRUD. I'm a bit confused because in case of a login, I don't want to nind a request to a form or an entity or is this the only way handling eg