I'm new with auth.
On test environment (behind vpn) after click on the popup login, a POST is sent at the following url:
https://local:5556/XYZ-Doc/j_security_check
with status code 303 and location in response header such as:
/XYZ-Doc/rest/datasourceservice/all?isc_dataFormat=json
Please see the following screeshot for more details.
I've duplicated the environment on virtual machine on my pc but, when I click on popup login,
a POST is sent at the following url:
https://192.168.1.43/XYZ-Doc/j_security_check
with status code 200 and without location in response header.
So seems that j_security_check doesn't do the redirect job.
Please see the following screenshot for more details.
What it could be? A tomcat configuration? Any suggestion?
May you please help please?
Thanks.
Regards.
On test environment (behind vpn) after click on the popup login, a POST is sent at the following url:
https://local:5556/XYZ-Doc/j_security_check
with status code 303 and location in response header such as:
/XYZ-Doc/rest/datasourceservice/all?isc_dataFormat=json
Please see the following screeshot for more details.
I've duplicated the environment on virtual machine on my pc but, when I click on popup login,
a POST is sent at the following url:
https://192.168.1.43/XYZ-Doc/j_security_check
with status code 200 and without location in response header.
So seems that j_security_check doesn't do the redirect job.
Please see the following screenshot for more details.
What it could be? A tomcat configuration? Any suggestion?
May you please help please?
Thanks.
Regards.
Comment