Commit 9be9080
committed
fix: #86ew03681 Disable signature check for file uploads to prevent 412 errors
- Added logic to disable the signature check for POST requests to the /file endpoint, addressing issues with proxy body modification that resulted in 412 errors during file uploads.
- Commented out the logging of headers for cleaner output during debugging.1 parent d00b750 commit 9be9080
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | | - | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments