You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Because of a bug in cordova, in iOS apps responses containing www-authenticate headers are never resolved.
So, what I need to do is somehow remove this header from symfony's response. I made a fresh install of symfony-rest-edition as described in https://github.com/gimler/symfony-rest-edition, then I set the parameter "unauthorized_challenge" of fos_rest key to a blank value but and when I do a request via curl to /notes I still receive the default WWW-Authenticate. And I also need to send a body to the unauthorized response, such as "User disabled" to tell my client that the user is disabled, or not confirmed the email yet. How can I achieve this?