Content-Type breaking by Edge #21

Closed
opened 2025-07-03 17:01:41 +05:00 by MIRZAEV · 0 comments
Owner

What Edge doing with Content-Type header:
string(68) "multipart/form-data; boundary=----WebKitFormBoundary5niXkKpoodpIAjR5"

so we need instead of === use str_starts_with()

image

What Edge doing with `Content-Type` header: `string(68) "multipart/form-data; boundary=----WebKitFormBoundary5niXkKpoodpIAjR5"` so we need instead of `===` use `str_starts_with()` ![image](/attachments/dbf3c08d-5608-45f8-ba24-6425c9d78f22)
MIRZAEV added the ImportantError
Status
Confirmed
labels 2025-07-03 17:01:41 +05:00
MIRZAEV referenced this issue from a commit 2025-07-03 17:11:45 +05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mirzaev/minimal#21