https://bugs.documentfoundation.org/show_bug.cgi?id=146460
Michael Stahl (allotropia) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTOURBUG --- Comment #3 from Michael Stahl (allotropia) <[email protected]> --- uh how did you find this webserver? with neon, it: * replies to OPTIONS with 404 * replies to HEAD with 404 * replies to GET with "Range: bytes=0-0" with 200 and a 1.3 MiB body with curl: * replies to OPTIONS with 403 * replies to HEAD with 403 * then we don't continue to GET 0 bytes because that only happens for 404, 405 and 501 * but if i change it to GET 0 bytes after 403 the result is still 403 ... it turns out the problem is this header: User-Agent: LibreOffice 7.4.0.0 curl/7.79.1 NSS/3.73\r\n if i remove the string "curl" from the header it works. this is ridiculous. -- You are receiving this mail because: You are the assignee for the bug.
