Content-Type breaking by Edge #21

Closed
opened 2025-07-03 19:01:41 +07:00 by Arsen Mirzaev Tatyano-Muradovich · 0 comments

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)
Arsen Mirzaev Tatyano-Muradovich added the
Important
Error
Status
Confirmed
labels 2025-07-03 19:01:41 +07:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mirzaev/minimal#21
No description provided.