mar10/wsgidav

range request 'breaks' cors header

pvgenuchten opened this issue · 3 comments

Describe the bug
with cors activated, ajax requests against resources hosted via wsgidav operate fine, but requests with a range header are blocked by the cors policy

To Reproduce

Expected behavior
CORS header is respected for range requests

Screenshots, Log-Files, Stacktrace
Uses latest wsgidav via docker.io/python:3.9.9-slim-bullseye

have to check this in more depth, it may be blocked on our firewall

Confirmed, the Range requests were blocked by our kubernetes ingress, see https://stackoverflow.com/questions/51744536/cors-rules-nginx-ingress-rules how to overwrite. WSGIDAV works as expected! Apologies for disturbance

mar10 commented

Thanks for the follow up