开发者

Security.yml is_secure false not working

开发者 https://www.devze.com 2023-01-08 02:34 出处:网络
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 insi

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?


I am not sure if 'default' is acceptable? Have you tried 'all' instead?


What about 'on' and 'off'?

0

精彩评论

暂无评论...
验证码 换一张
取 消