Hi,
We are testing DSpace 7 BackEnd and we want to access APIs from Postman or Java programs. It's OK for Get but not for Post requests.
Our settings : backend in https with tomcat server like this :
<Connector port="8080" protocol="HTTP/1.1"
SSLEnabled="true" scheme="https" keystoreFile="ssl/filename.jks" keystorePass="archimed" clientAuth="false" sslProtocol="TLS"
connectionTimeout="20000"
redirectPort="8443" />
The https is working well.
have you any ideas of what's going wrong ?
Thank you
Farid