Hi, i'm working in a webservice built on top off symfony framework.
Lately i was trying to make curl requests to a module but it gave me 500 error code reply asking for login and password, i looked inside module and it had the config folder with the file security.yml with this contents :
default:
is_secure: false
What's wrong? why i can't make curl requests to this module?