Hello, I'm trying to get a self-service recovery f...
# talk-kratos
w
Hello, I'm trying to get a self-service recovery flow working with AJAX. I'm calling POST /self-service/recovery with the 'flow' and 'token' from the recovery email. The call seems to work, the csrf token is set and the ory_kratos_session is set, however the AJAX call gets 303'd to the settings page. I have the accept header set to application/json, is there a way I can avoid the 303 and get a JSON response?