Yaroslav Shepilov
Yaroslav Shepilov
> But I must say i proxy my scripts with cloudflare, and use basic nginx authentication Hmm, this completely changes my understanding of the issue. Your users log in via...
Hi @Nottt it seems to be a problem for other users (non script server too): https://stackoverflow.com/questions/37169737/safari-ios-basic-authentication-dialog-on-every-page-load https://www.reddit.com/r/nginx/comments/6bd9jl/basic_auth_login_loop_nginx/ https://discussions.apple.com/thread/8414341 https://forum.nginx.org/read.php?2,285874 (not the same, but similar): https://stackoverflow.com/questions/52507245/nginx-proxy-pass-websocket-basic-authentication-safari-endless-loop-in
Since script server supports basic auth now on its own, may be you can try to use this one instead?
Hi @Nottt, currently you configure htpasswd via nginx. I suggest to configure it in script server instead. Because, apparently, ios safari has issues with basic auth in nginx
@Nottt looks good to me. Could you check server.log for any errors? Also, which server version are you using?
@Nottt i missed it. You need to move auth section on a top level. Not inside access section
Nice, happy to hear that! Sorry that i couldn't help with nginx, but I'm not an expert there
No, I'm not into bitcoin, but thanks :)
Hi @yosefy, thanks for the proposal, nice idea. I need to rethink how to properly implement it from the UX perspective: to avoid jumping values on the selection and probably...
Hi @mdmat thanks for reporting!