Please complete the details below then remove this line:
Domino/Notes Version:
12.0.2 FP5 HF idk
Operating System:
Windows 2022
Client:
Latest Chrome, Latest Edge
Problem/Query:
at one of our customers we are deploying a Domino Applicatoin with Web Frontend.
The Web Frontend is at one point creating a put Request against the Domino-Server, but the server responds with
“405: method not allowed”
(we can see it in the devtools). The response header “allow” indeed does not show “PUT” as allowed.
We did configure PUT in the Internet site configuration and when I test with
“curl -X OPTIONS http://hostname”
against the server, PUT is in the list of allowed methods.
The server console does not show anything.
I am not very experienced in using Domino as Webserver and/or deploying a webserver in general. I do not even know where to look for further analysis. Can somebody point me in the direction?
Does anybody know, what might be going wrong here?
Thanks a lot,
Manuel