.. include:: ../Includes.txt .. _faq: =============== FAQ =============== .. contents:: :local: :depth: 3 How to use EXT:felogin? ---------- The usage of felogin with headless is not different from the common setup following the `felogin documentation `__. To test the login without frontend, we can use browser extensions like `RESTer `__ (Firefox) or `Insomnia REST Client `__ (Chrome) to simulate form submission. If the response contains a `set-cookie` header, the login was successful. Does EXT:headless work with other extensions? ---------- Yes, basically all extension output can be rendered into the JSON response. Read the :ref:`integration of external plugins ` section of this documentation, or take a look into the code of `headless_news `__ which can be seen as example how this works.