Help please

Johan Gabriel Medina Capois jmedina at mardom.com
Tue Jan 28 14:03:00 UTC 2020


Sure.

The problem is that we have an backend application running in HTML5, when we navigate to http://kronos.mardom.com/wfc/htmlnavigator/logon and try to login, it redirect to http://kronos.mardom.com/wfc/ and deploy error message "you have no access" , but when navigate from localhost no problem.

And the nginx log

"GET /wfc HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0"
"GET /wfc/logon HTTP/1.1" 200 7496 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0"
"GET /wfcstatic/applications/wpk/html/scripts/cookie.js?version=8.1.6.2032 HTTP/1.1" 200 2534 "http://kronos.mardom.com/wfc/logon" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0"

Configuration is

server {
listen 80;
server_name kronos.mardom.com;

location / { proxy_pass http://10.228.20.97;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}

Regards

-----Original Message-----
From: nginx <nginx-bounces at nginx.org> On Behalf Of J.R.
Sent: Tuesday, January 28, 2020 9:34 AM
To: nginx at nginx.org
Subject: Re: Help please

> Can you help us please?

You're going to have to be a *bit* more specific what your problem is...
_______________________________________________
nginx mailing list
nginx at nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Johan Medina
Administrador de Sistemas e Infraestructura       [Logo]

Departamento: TECNOLOGIA
Central Tel: 809-539-600 Ext: 8139
Flota: (809) 974-4954
Directo: 809 974-4954
Email: jmedina at mardom.com
Web:www.mardom.com<https:://www.mardom.com>

[Facebook icon] <https://www.facebook.com/maritimadelcaribe> [Instagram icon]  <https://www.instagram.com/maritimadelcaribe> [Linkedin icon]  <https://www.linkedin.com/company/maritima-dominicana-sas/?viewAsMember=true> [Youtube icon]

[Banner]

Sea amable con el medio ambiente: no imprima este correo a menos que sea completamente necesario.


More information about the nginx mailing list