Re: IOS keep asking password with nginx auth_basic

2019-10-21 Thread Francis Daly
On Mon, Oct 21, 2019 at 02:56:41AM -0400, tiendungitd wrote: Hi there, > > The access log that I see there does not seem to show me what you > describe. > Well, I just hightlight what I described, see http://prntscr.com/pm2qhl Ok. In the first highlighted section, I see a POST which got a HTTP

Re: IOS keep asking password with nginx auth_basic

2019-10-21 Thread tiendungitd
> The access log that I see there does not seem to show me what you describe. Well, I just hightlight what I described, see http://prntscr.com/pm2qhl > Can you show an nginx configuration that leads to the problem that you report? Sure, you can see in https://pastebin.com/iagU4XFC > Does nginx

Re: IOS keep asking password with nginx auth_basic

2019-10-19 Thread Francis Daly
On Mon, Oct 14, 2019 at 11:07:43PM -0400, tiendungitd wrote: Hi there, > As you can see in access log https://pastebin.com/6vWhtb3Y, when I submited > a POST request, then browser will have GET request to ivp page, and got a > 401 code which is require to enter user/password. Any idea of what

Re: IOS keep asking password with nginx auth_basic

2019-10-18 Thread tiendungitd
Hi Lewis, > > Are you serving over HTTPS? > Yes, all content over HTTPS > Can you create an MCVE (minimal, complete, and verifiable example) for > a > ".txt" file over HTTP? For a ".txt" file over HTTPS? For a ".ivp" > file > over HTTP? For a ".ivp" file over HTTPS? > Sorry, I don't know

Re: IOS keep asking password with nginx auth_basic

2019-10-17 Thread J. Lewis Muir
On 10/17, tiendungitd wrote: > any idea about this issue? Are you serving over HTTPS? Are you positive that you are *not* serving any content over HTTP from HTTPS? Can you create an MCVE (minimal, complete, and verifiable example) for a ".txt" file over HTTP? For a ".txt" file over HTTPS? For

Re: IOS keep asking password with nginx auth_basic

2019-10-17 Thread tiendungitd
Hi everyone, any idea about this issue? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,285874,285908#msg-285908 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

IOS keep asking password with nginx auth_basic

2019-10-14 Thread tiendungitd
Hi there, I'm using nginx auth_basic "Restricted area" to protect website. So users have to enter user/pass one time to access, it work fine in computer. However, When testing with Ipad, everytime access to particular page which page extension is .ivp, it will require a credential, once I submit