Thanks. Well, the server returns
That's not a valid response for two reasons:
So WinSCP (or rather neon) behaves correctly (while it might be more tolerant). But the problem is imo on the server side. It should not return
200 OK
with content-type: text/xml
in response to DELETE
request. And returns no data.
That's not a valid response for two reasons:
- With 200 response, the body should not be empty (as opposite to
204 No content
) - XML cannot be empty.
So WinSCP (or rather neon) behaves correctly (while it might be more tolerant). But the problem is imo on the server side. It should not return
content-type: text/xml
and it should return 204
.